Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate documentation to Starlight #289

Merged
merged 14 commits into from
Sep 22, 2023
Prev Previous commit
Next Next commit
Update github workflow for test build
huijing committed Sep 20, 2023
commit 9206cbdc9c61593d9aab084ce64158f54eeb7709
4 changes: 3 additions & 1 deletion .github/workflows/test-docs-build.yml
Original file line number Diff line number Diff line change
@@ -30,4 +30,6 @@ jobs:
run: pnpm install

- name: Test build website
run: pnpm build
run: |
cd docs
pnpm build