Skip to content

Commit e0b6002

Browse files
committed
fix(ci): copy script
1 parent 5816cbc commit e0b6002

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
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
sudo chown -R $(whoami) _site
3636
mkdir -p _site/2025
37-
cp -r ./2025/dist/ ./_site/2025/
37+
cp -r ./2025/dist/* ./_site/2025/
3838
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)