We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef28d64 commit dae3aecCopy full SHA for dae3aec
1 file changed
.github/workflows/pages-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Ruby
43
uses: ruby/setup-ruby@v1
44
with:
45
- ruby-version: 3.2
+ ruby-version: 3.3
46
bundler-cache: true
47
48
- name: Build site
@@ -53,7 +53,7 @@ jobs:
53
- name: Test site
54
run: |
55
bundle exec htmlproofer _site \
56
- \-\-disable-external=true \
+ \-\-disable-external \
57
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
58
59
- name: Upload site artifact
0 commit comments