Skip to content

Commit

Permalink
fix deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Sep 17, 2023
1 parent f14fd72 commit a5fe889
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ 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
- uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand All @@ -42,7 +41,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
run: pnpm install
- name: Build with VitePress
run: |
pnpm run docs:build
Expand Down

0 comments on commit a5fe889

Please sign in to comment.