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 4100266 commit 85f4901Copy full SHA for 85f4901
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
94
95
- name: Remove files with invalid characters
96
- run: find _site -name '*:*' -delete 2>/dev/null || true
+ run: rm -rf _site/https:* 2>/dev/null || true
97
98
- name: Upload build artifact
99
uses: actions/upload-artifact@v4
0 commit comments