Skip to content

Commit

Permalink
fix: pnpm run deploy:directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoruaFox committed Feb 24, 2024
1 parent 46c55d4 commit 3bb1645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: pnpm install

- name: 部署
run: pnpm run deploy
run: pnpm run deploy:directly
env:
CREDENTIALS_JSON: ${{ secrets.JSON_STRING }}

0 comments on commit 3bb1645

Please sign in to comment.