summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-12-14 13:35:53 -0600
committerGitHub <noreply@github.com>2021-12-14 13:35:53 -0600
commite16ab44a2b4622bb5745633cbafd43a0023a518c (patch)
treed980bdc3dc771abfc8101036d1e2aaebc8020134 /.github
parentad34df900d79aad64558b354a866870715bfd007 (diff)
parenteffb0d47ba5bfaebae17dcd06153489dccd90eff (diff)
Merge branch 'master' into cav22-stringscav22-strings
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs_upload.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/docs_upload.yml b/.github/workflows/docs_upload.yml
index 98eb24943..937496d0a 100644
--- a/.github/workflows/docs_upload.yml
+++ b/.github/workflows/docs_upload.yml
@@ -53,6 +53,12 @@ jobs:
- name: Unpack artifact
run: unzip download.zip -d docs-new/
+ - name: Check for broken links
+ continue-on-error: true
+ run: |
+ python3 -m pip install linkchecker
+ linkchecker --check-extern docs-new/index.html
+
- name: Setup Context
run: |
HASH=${{ github.event.workflow_run.head_commit.id }}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback