We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc9fe1 commit 40f1ef1Copy full SHA for 40f1ef1
.github/workflows/pages-deploy.yml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
bundle exec htmlproofer _site \
78
\-\-disable-external \
79
- \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,/.*\/tags.*/"
+ \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
80
81
- name: Setup Python
82
uses: actions/setup-python@v5
0 commit comments