Skip to content

Commit 9fd31d6

Browse files
committed
htmlproofer 파라메터 수정
1 parent e8f5bb2 commit 9fd31d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
bundle exec htmlproofer _site \
5656
\-\-disable-external \
5757
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
58-
\-\-enforce-https=false
58+
\-\-no-enforce-https
5959
6060
- name: Upload site artifact
6161
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)