Skip to content

Commit b98e8f9

Browse files
committed
docs: update docs for vitepress, cleanup readme
1 parent aad9bc1 commit b98e8f9

File tree

14 files changed

+439
-503
lines changed

14 files changed

+439
-503
lines changed

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
cache: 'pnpm'
2626

2727
- name: Install dependencies
28-
run: cd docs && pnpm install
28+
run: pnpm install && cd docs && pnpm install
2929
- name: Build docs
30-
run: pnpm build
30+
run: pnpm docs:build
3131

3232
- name: Upload Build Artifact
3333
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)