GitHub Pages deployment
This documentation site is built with VitePress.
Local development
bash
npm run docs:dev
# http://localhost:5173Production build
bash
npm run docs:build
npm run docs:previewFor GitHub Pages project sites:
bash
VITEPRESS_BASE=/lastcall/ npm run docs:buildEnable GitHub Pages
- Push to
main(ormaster) - Repository Settings → Pages → Source → GitHub Actions
- The
Docsworkflow deploys on every push tomainormaster
Structure
docs/ # Markdown content (srcDir)
website/ # VitePress config + theme
.vitepress/
config.ts
theme/CI
ci.yml— validates docs build on every PRdocs.yml— deploys to GitHub Pages
Site URL: https://sakurablush.github.io/lastcall/