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] 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: |