Skip to content

Commit

Permalink
feat: 改为使用pnpm构建
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoZeyuan committed Aug 8, 2024
1 parent 96d2443 commit 9d973b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn
- run: yarn build
node-version: 18
- run: pnpm
- run: pnpm build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit 9d973b3

Please sign in to comment.