Skip to content

Commit

Permalink
ci: update ci script for lftp
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 30, 2020
1 parent baa4470 commit a122d0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Deploy Documentation
on:
push:
branches: [ master ]
paths:
- "doc/**"
- ".github/**"

jobs:
build_deploy:
Expand All @@ -20,7 +23,7 @@ jobs:
- name: Install Dependencies on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install python3 make latexmk \
sudo apt-get install lftp python3 make latexmk \
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
sudo pip3 install -r doc/requirements.txt
- name: Build Documentation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this new version, we have following updates.

**Welcome to visit https://github.com/riscv-mcu/hbird-sdk/ to use software development kit for the Hummingbird E203.**

Welcome to visit https://www.rvmcu.com/community-community.html to participate in the discussion of the Hummingbird E203.
Welcome to visit https://www.rvmcu.com/community.html to participate in the discussion of the Hummingbird E203.

Welcome to visit http://www.rvmcu.com/ for more comprehensive information of availiable RISC-V MCU chips and embedded development.

Expand All @@ -30,7 +30,7 @@ Detailed Introduction and Quick Start-up
We have provided very detailed introduction and quick start-up documents to help you ramping it up.

The detailed introduction and the quick start documentation can be seen
from https://www.rvmcu.com/campus-campus.html.
from https://www.rvmcu.com/campus.html.

By following the guidences from the doc, you can very easily start to use Hummingbirdv2 E203 processor Core and SoC.

Expand Down

0 comments on commit a122d0a

Please sign in to comment.