From 80b223925581d46b40b931f8bff36a99d16fc561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 16 Jul 2021 16:07:28 +0200 Subject: [PATCH 1/2] make bors wait for doc CI --- .github/bors.toml | 1 + 1 file changed, 1 insertion(+) 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" ] From 5a17b4b320d9281ca6a9d1a19f48c5a8e85cbd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 16 Jul 2021 16:07:59 +0200 Subject: [PATCH 2/2] deadlinks: also check http --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |