Skip to content

Commit 85e4ee3

Browse files
committed
Update build.yml
1 parent 61bc86d commit 85e4ee3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
bundle exec jekyll build
5454
cp python/sitemap.xml _site/python/sitemap.xml
5555
56+
- name: Clean invalid file paths
57+
run: |
58+
find _site -name "*:*" -delete || true
59+
5660
- name: Upload build artifact
5761
uses: actions/upload-artifact@v4
5862
with:

0 commit comments

Comments
 (0)