We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f0ccc commit b350a12Copy full SHA for b350a12
.github/workflows/pages-deploy.yml
@@ -50,11 +50,16 @@ jobs:
50
env:
51
JEKYLL_ENV: "production"
52
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/"
+ # 注释掉 Test site 步骤,跳过 htmlproofer 检查
+ # - name: Test site
+ # run: |
+ # bundle exec htmlproofer _site \
+ # \-\-disable-external \
58
+ # \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
59
+
60
+ # 可选:添加一个简单的消息步骤
61
+ - name: Site test skipped
62
+ run: echo "HTMLProofer check skipped for now"
63
64
- name: Upload site artifact
65
uses: actions/upload-pages-artifact@v3
0 commit comments