From 1cb19f4e592409cb78d6e1d96f0f1dcc336bb0bd Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 1 Oct 2023 13:47:02 +0200 Subject: [PATCH] fix: remove docs inclusion from link checker --- templates/generate/web.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/generate/web.yml.j2 b/templates/generate/web.yml.j2 index 3aeaf26f..4dadfee5 100644 --- a/templates/generate/web.yml.j2 +++ b/templates/generate/web.yml.j2 @@ -84,7 +84,7 @@ jobs: - name: Check HTML for broken internal links uses: untitaker/hyperlink@0.1.29 with: - args: /tmp/public/ --sources docs/ + args: /tmp/public/ {{% endif %}} # Deploy to our gh-pages branch (creating it if it doesn't exist) # the "public" dir that oranda made above will become the root dir