diff --git a/.github/bors.toml b/.github/bors.toml index 1733a86..4ba0fd5 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -5,5 +5,6 @@ status = [ "style", "test (stable)", "compile (stable)", + "doc", "HITL Run Status" ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0794c7..7f00033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: command: deadlinks # We intentionally ignore fragments, as RTIC may generate fragments for various # auto-generated code. - args: --dir target/thumbv7em-none-eabihf/doc --ignore-fragments + args: --dir target/thumbv7em-none-eabihf/doc --ignore-fragments --check-http --check-intra-doc-links - name: Move firmware documents run: |