Skip to content

Commit

Permalink
fixing HTML proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Nov 23, 2024
1 parent 40b1dd0 commit 3f9ef7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Check for broken links
run: |
cd docs/
bundle exec htmlproofer --ignore-missing-alt=true --log-level :debug ./_site --swap-urls '^/thundernetes/:/' --ignore-status-code 403
bundle exec htmlproofer --ignore-missing-alt=true --log-level :debug ./_site --swap-urls '^/thundernetes/:/' --ignore-status-code 403 --ignore-urls "/www.github.com/,/www.minecraft.net/"

0 comments on commit 3f9ef7a

Please sign in to comment.