Skip to content

Commit b2c3e36

Browse files
fix: pages-deploy.yml htmlproofer
1 parent 817438a commit b2c3e36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
run: |
5555
bundle exec htmlproofer _site \
5656
\-\-disable-external \
57-
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
58-
--url-ignore "/app.min.js"
57+
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/,/app.min.js/"
5958
6059
- name: Upload site artifact
6160
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)