Skip to content

Commit

Permalink
fix: 修复workflow 报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Pang committed Nov 8, 2024
1 parent 3c31be6 commit 7d5687a
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 @@ -37,7 +37,7 @@ jobs:
- run: pnpm install
- run: pnpm build
- run: pnpm -r build
- run: mkdir web && cp -r ./demos/vue3-demo/dist ./web/demo && cp -r ./docs/dist ./web/docs
- run: mkdir web && cp -r ./demos/vue3-demo/dist ./web/demo && cp -r ./docs/.vitepress/dist ./web/docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7d5687a

Please sign in to comment.