Skip to content

Commit

Permalink
chore: 更新部署脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
smilecc committed Dec 25, 2023
1 parent 469d271 commit ec3f759
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
Expand Down

0 comments on commit ec3f759

Please sign in to comment.