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 e85227c commit 83cd8bcCopy full SHA for 83cd8bc
.github/workflows/pages-deploy.yml
@@ -52,9 +52,7 @@ jobs:
52
53
- name: Test site
54
run: |
55
- bundle exec htmlproofer _site \
56
- \-\-disable-external \
57
- \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
+ bundle exec htmlproofer _site \-\-disable-external
58
59
- name: Upload site artifact
60
uses: actions/upload-pages-artifact@v3
0 commit comments