Skip to content

Commit

Permalink
build(构建): 自动化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkc committed Jul 17, 2024
1 parent 558e3b1 commit ad38f79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
node-version: '20' # 或者你使用的 Node.js 版本
- name: Build project
run: |
npm install -g yarn
yarn install
mpm run build
npm install
npm run build
rm -rf docs
mkdir docs
cp -rf dist/* docs
Expand Down

0 comments on commit ad38f79

Please sign in to comment.