GitHub Pages
Rspress outputs static files, so GitHub Pages deployment can be a simple CI workflow.
Local build
The generated site is written to docs-site/doc_build/.
Base path
For a user or organization site such as https://name.github.io/, no special
base path is required.
For a project site such as https://name.github.io/lux/, set base: '/lux/' in
rspress.config.ts before deployment. Public assets such as /lux-mark.svg
must still resolve under that base.