Skip to content

Commit

Permalink
fix: cp dir error, update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aolyang authored Dec 10, 2024
1 parent bf201f9 commit 1085078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pnpm -v
pnpm i
pnpm build
cp public/* dist
cp example/public/* example/dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 1085078

Please sign in to comment.