Skip to content

Commit 4100266

Browse files
committed
Update build.yml
1 parent c7cc8e2 commit 4100266

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
env:
9393
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9494

95+
- name: Remove files with invalid characters
96+
run: find _site -name '*:*' -delete 2>/dev/null || true
97+
9598
- name: Upload build artifact
9699
uses: actions/upload-artifact@v4
97100
with:

0 commit comments

Comments
 (0)