Skip to content

Commit

Permalink
modified: .github/workflows/deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsvaio committed Aug 13, 2024
1 parent dea761e commit b376f25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
with:
version: 9
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -43,6 +45,8 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: pnpm install # 或 pnpm install / yarn install / bun install
- name: Build with Wsvaio-ui
run: pnpm --filter "wsvaio-ui" build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
- name: Build with VitePress
run: pnpm --filter "docs" docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
Expand Down

0 comments on commit b376f25

Please sign in to comment.