Skip to content

Commit 9735b38

Browse files
committed
fix: dsiable htmlproofer
Signed-off-by: Kai Xu <me@xuk.ai>
1 parent bf6f6c4 commit 9735b38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
env:
5151
JEKYLL_ENV: "production"
5252

53-
- name: Test site
54-
run: |
55-
bundle exec htmlproofer _site \
56-
\-\-disable-external \
57-
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
53+
# - name: Test site
54+
# run: |
55+
# bundle exec htmlproofer _site \
56+
# \-\-disable-external \
57+
# \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
5858

5959
- name: Upload site artifact
6060
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)