We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a2705 commit ed9bda0Copy full SHA for ed9bda0
.github/workflows/pages-deploy.yml.hook
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Ruby
43
uses: ruby/setup-ruby@v1
44
with:
45
- ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
+ ruby-version: 3
46
bundler-cache: true
47
48
- name: Build site
@@ -52,7 +52,9 @@ jobs:
52
53
- name: Test site
54
run: |
55
- bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
+ bundle exec htmlproofer _site \
56
+ \-\-disable-external=true \
57
+ \-\-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@v1
0 commit comments