Skip to content

Commit

Permalink
💚 修复文档部署脚本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokronny committed Jul 3, 2024
1 parent 838e6ac commit bfa22c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install and Build
run: |
cp CHANGELOG.md packages/docs/CHANGELOG.md
cp CHANGELOG.md packages/docs/src/CHANGELOG.md
npm install -g pnpm
pnpm install -F ./packages/docs
pnpm build-doc
Expand Down

0 comments on commit bfa22c4

Please sign in to comment.