We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003da1c commit c3c7882Copy full SHA for c3c7882
1 file changed
.github/workflows/pages-deploy.yml
@@ -54,7 +54,7 @@ jobs:
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/"
+ \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,http:\/\/reverse.lostrealm.com\/tools\/xocopy.html/"
58
59
- name: Upload site artifact
60
uses: actions/upload-pages-artifact@v3
0 commit comments