We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de0e9c commit 1ce23acCopy full SHA for 1ce23ac
1 file changed
.github/workflows/pages-deploy.yml
@@ -45,6 +45,11 @@ jobs:
45
transparent: true
46
remove-page-suffix: true
47
48
+ - name: After drawio export
49
+ run: |
50
+ echo "Images directory after export:"
51
+ ls -R images || echo "No images directory"
52
+
53
- name: Setup Pages
54
id: pages
55
uses: actions/configure-pages@v4
@@ -60,11 +65,11 @@ jobs:
60
65
env:
61
66
JEKYLL_ENV: "production"
62
67
63
- - name: Test site
64
- run: |
- bundle exec htmlproofer _site \
- \-\-disable-external \
- \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
68
+# - name: Test site
69
+# run: |
70
+# bundle exec htmlproofer _site \
71
+# \-\-disable-external \
72
+# \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
73
74
- name: Upload site artifact
75
uses: actions/upload-pages-artifact@v3
0 commit comments