Skip to content

Commit

Permalink
Update link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlasiuk authored Mar 28, 2024
1 parent 1ac0e05 commit 323a3ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
python-version: 3.11.3

- name: Generate links to check, sans allow-list.txt
run: |
cat public/sitemap.xml
- name: Check external HTML links
run: |
pip install linkchecker
Expand Down

0 comments on commit 323a3ed

Please sign in to comment.