diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 931a3ac..3329a79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,9 @@ jobs: uses: actions-rs/cargo@v1 with: 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 run: |