Skip to content

Commit

Permalink
docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jul 21, 2024
1 parent a4d4ca2 commit 5289446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: pnpm install # 或 pnpm install / yarn install / bun install
env:
GITHUB_AUTH_TOKEN: ${{secrets.PERSONAL_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build with VitePress
run: pnpm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
Expand Down

0 comments on commit 5289446

Please sign in to comment.