Skip to content

Commit

Permalink
chore: 修复文档打包失败
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Feb 20, 2024
1 parent 2c2b18b commit 167cd59
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 @@ -47,7 +47,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: pnpm i --no-frozen-lockfile && pnpm run build # or pnpm install / yarn install / bun install
run: pnpm i --no-frozen-lockfile # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
pnpm docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
Expand Down

0 comments on commit 167cd59

Please sign in to comment.