We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6f6c4 commit 9735b38Copy full SHA for 9735b38
.github/workflows/pages-deploy.yml
@@ -50,11 +50,11 @@ jobs:
50
env:
51
JEKYLL_ENV: "production"
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/"
+ # - name: Test site
+ # run: |
+ # bundle exec htmlproofer _site \
+ # \-\-disable-external \
+ # \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
58
59
- name: Upload site artifact
60
uses: actions/upload-pages-artifact@v3
0 commit comments