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 d134fe9 commit bbe798dCopy full SHA for bbe798d
.github/workflows/pages-deploy.yml
@@ -53,9 +53,9 @@ jobs:
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/"
58
-
+ --disable-external \
+ --enforce-https=false \
+ --ignore-urls "/infix/"
59
- name: Upload site artifact
60
uses: actions/upload-pages-artifact@v3
61
with:
0 commit comments