Skip to content

Commit

Permalink
fix: add github.com link to html proofer ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Nov 18, 2024
1 parent 314fb51 commit 0e41bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# root: _site

- name: HTML Proofer
run: bundle exec htmlproofer --swap-urls 'https\://pips.pactus.org:' --ignore-status-codes "999,429,403,0" --ignore-urls "/mermaid.ink/" ./_site
run: bundle exec htmlproofer --swap-urls 'https\://pips.pactus.org:' --ignore-status-codes "999,429,403,0" --ignore-urls "/github.com/,/mermaid.ink/" ./_site

- name: DNS Validator
run: bundle exec github-pages
Expand Down

0 comments on commit 0e41bd6

Please sign in to comment.