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 c4d1ad6 commit 4856f00
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 4856f00

Please sign in to comment.