Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Apr 7, 2024
1 parent 6b6ee81 commit 1a34299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
npm install -g pnpm
- name: Install dependencies
run: pnpm install --no-frozen-lockfile # or npm ci / yarn install / bun install /
run: pnpm install # or npm ci / yarn install / bun install /
- name: Build with VitePress
run: |
pnpm docs:build # or npm run docs:build / yarn docs:build / bun run docs:build
Expand Down

0 comments on commit 1a34299

Please sign in to comment.