Skip to content

Commit 5e09140

Browse files
committed
Update build.yml
1 parent 85e4ee3 commit 5e09140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Clean invalid file paths
5757
run: |
58-
find _site -name "*:*" -delete || true
58+
rm -rf "_site/https:"
5959
6060
- name: Upload build artifact
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)