Skip to content

Commit

Permalink
fix: ignored googletagmanager in html proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jul 1, 2024
1 parent a1fdf81 commit 450517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
##
## By swap-urls, we don't get error if we rename or move a document.
- name: Check for broken links
run: htmlproofer --swap-urls 'https\://docs.pactus.org:' --ignore-status-codes "999,429,403,0" --ignore-urls=/github.com/,/cdn./,/discord.gg/,/t.me/,/tools.ietf.org/ ./public
run: htmlproofer --swap-urls 'https\://docs.pactus.org:' --ignore-status-codes "999,429,403,0" --ignore-urls=/github.com/,/cdn./,/discord.gg/,/t.me/,/tools.ietf.org/,/www.googletagmanager.com/,/googletagmanager.com/ ./public

0 comments on commit 450517e

Please sign in to comment.