Skip to content

Commit

Permalink
wocaonima
Browse files Browse the repository at this point in the history
  • Loading branch information
Oganesson897 committed Aug 1, 2024
1 parent f1dc0fe commit 59a8f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Install dependencies
run: npm ci # 或 pnpm install / yarn install / bun install
- name: Build with VitePress
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
run: npm run documentation:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
path: documentation/.vitepress/dist

# 部署工作
deploy:
Expand Down

0 comments on commit 59a8f67

Please sign in to comment.