Skip to content

Commit 85f4901

Browse files
committed
Update build.yml
1 parent 4100266 commit 85f4901

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
@@ -93,7 +93,7 @@ jobs:
9393
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9494

9595
- name: Remove files with invalid characters
96-
run: find _site -name '*:*' -delete 2>/dev/null || true
96+
run: rm -rf _site/https:* 2>/dev/null || true
9797

9898
- name: Upload build artifact
9999
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)