Skip to content

Commit 4d0ab1c

Browse files
committed
[CI] Automatically check for broken links in documentation
1 parent f75ad38 commit 4d0ab1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ jobs:
223223
python -m mkdocs build
224224
pdoc --html -o public/ fpdf --template-dir docs/pdoc
225225
scripts/add_pdoc_to_search_index.py
226+
- name: Look for broken links
227+
uses: JustinBeckwith/linkinator-action@v2
228+
with:
229+
paths: public/
226230
- name: Build contributors map 🗺️
227231
# As build_contributors_html_page.py can hang due to GitHub rate-limiting, we only execute this on master for now
228232
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)