Skip to content

Commit

Permalink
add vitepress to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon660 committed Mar 5, 2024
1 parent d568507 commit 81e9179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build with VitePress
run: |
npm i -O @rollup/rollup-linux-x64-gnu
npm add -D vitepress
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
Expand Down

0 comments on commit 81e9179

Please sign in to comment.