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 ad38f79 commit e1327b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
node-version: '20' # 或者你使用的 Node.js 版本
- name: Build project
run: |
npm install
npm install -g yarn
yarn install
npm run build
rm -rf docs
mkdir docs
Expand Down

0 comments on commit e1327b6

Please sign in to comment.