Skip to content

Commit 83cd8bc

Browse files
author
Patrick M
committed
update action
1 parent e85227c commit 83cd8bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252

5353
- name: Test site
5454
run: |
55-
bundle exec htmlproofer _site \
56-
\-\-disable-external \
57-
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
55+
bundle exec htmlproofer _site \-\-disable-external
5856
5957
- name: Upload site artifact
6058
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)