Updating deadlinks to ignore fragments
This commit is contained in:
parent
6058573e7e
commit
12427ead20
|
@ -122,7 +122,9 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: deadlinks
|
command: deadlinks
|
||||||
args: --dir target/thumbv7em-none-eabihf/doc
|
# We intentionally ignore fragments, as RTIC may generate fragments for various
|
||||||
|
# auto-generated code.
|
||||||
|
args: --dir target/thumbv7em-none-eabihf/doc --ignore-fragments
|
||||||
|
|
||||||
- name: Move firmware documents
|
- name: Move firmware documents
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue