Fixing workflow

master
Ryan Summers 2021-08-09 15:26:24 +02:00
parent e0341620da
commit c30a222da2
1 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: |
mdbook-linkcheck
args: mdbook-linkcheck
- uses: peaceiris/actions-mdbook@v1
with:
@ -38,8 +37,9 @@ jobs:
command: doc
args: --no-deps -p miniconf -p ad9959 -p stabilizer -p dsp
- run: |
working-directory: book
- name: Build Book
working-directory: book
run:
mv ../target/thumbv7em-none-eabihf/doc src/firmware
mdbook build