Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Aug 9, 2024
1 parent 63bebf7 commit 9a7bfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
node-version: 14.x
- run: node -v
- run: npm install
- run: npm run build
- run: pnpm install
- run: pnpm run build
- name: Deploy # 部署
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 9a7bfb2

Please sign in to comment.