GitHub Pages
Use these settings when publishing the docs site to GitHub Pages.
Settings
- Build command:
npm run docs:build - Publish folder:
docs/.vitepress/dist
Notes
- If the site is hosted in a repository subpath, set the VitePress base path before publishing.
- Keep the docs build output out of version control.