Skip to content

Commit

Permalink
chore: use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-xiao-shuai committed Nov 18, 2024
1 parent 6ff164a commit 61d8d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
persist-credentials: false
# 生成静态文件
- name: Build
run: pnpm install && pnpm gitBuild
run: yarn install && yarn gitBuild
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 61d8d90

Please sign in to comment.