Skip to content

Commit e8f5bb2

Browse files
committed
http 허용
1 parent 4c6d796 commit e8f5bb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ 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/"
57+
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" \
58+
\-\-enforce-https=false
5859
5960
- name: Upload site artifact
6061
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)