From 12427ead2062cefb811a98b20177afd7ff2dcc0b Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 16 Jul 2021 11:36:39 +0200 Subject: [PATCH] Updating deadlinks to ignore fragments --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: |