We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6d796 commit e8f5bb2Copy full SHA for e8f5bb2
1 file changed
.github/workflows/pages-deploy.yml
@@ -54,7 +54,8 @@ 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/" \
58
+ \-\-enforce-https=false
59
60
- name: Upload site artifact
61
uses: actions/upload-pages-artifact@v3
0 commit comments