Skip to content

Commit

Permalink
ci: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 17, 2024
1 parent 4856f00 commit e0728b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GitHub-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
# working-directory: ./docs
working-directory: ./docs
- name: Build with VitePress
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
# working-directory: ./docs
working-directory: ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
# working-directory: ./docs
working-directory: ./docs
- name: Build with VitePress
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
# working-directory: ./docs
working-directory: ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e0728b7

Please sign in to comment.