Fixing workflow
This commit is contained in:
parent
e0341620da
commit
c30a222da2
|
@ -26,8 +26,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
args: |
|
args: mdbook-linkcheck
|
||||||
mdbook-linkcheck
|
|
||||||
|
|
||||||
- uses: peaceiris/actions-mdbook@v1
|
- uses: peaceiris/actions-mdbook@v1
|
||||||
with:
|
with:
|
||||||
|
@ -38,8 +37,9 @@ jobs:
|
||||||
command: doc
|
command: doc
|
||||||
args: --no-deps -p miniconf -p ad9959 -p stabilizer -p dsp
|
args: --no-deps -p miniconf -p ad9959 -p stabilizer -p dsp
|
||||||
|
|
||||||
- run: |
|
- name: Build Book
|
||||||
working-directory: book
|
working-directory: book
|
||||||
|
run:
|
||||||
mv ../target/thumbv7em-none-eabihf/doc src/firmware
|
mv ../target/thumbv7em-none-eabihf/doc src/firmware
|
||||||
mdbook build
|
mdbook build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue