We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e4ee3 commit 5e09140Copy full SHA for 5e09140
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Clean invalid file paths
57
run: |
58
- find _site -name "*:*" -delete || true
+ rm -rf "_site/https:"
59
60
- name: Upload build artifact
61
uses: actions/upload-artifact@v4
0 commit comments