GitHub Pages deployment
This repository deploys documentation with VitePress and GitHub Actions.Why GitHub Actions instead of a gh-pages branch?
VitePress works well with the native GitHub Pages deployment flow:
- build the site in CI
- upload the static output as an artifact
- deploy with
actions/deploy-pages
One-time repository settings
In GitHub:- Go to Settings → Pages.
- Under Build and deployment, choose GitHub Actions as the source.
- Confirm the published site URL matches the repository path.
VitePress base path
Because this is a project site, the VitePress config must set:docs/.vitepress/config.ts and redeploy.
