Files
Archivox/docs/content/05-project-integration/04-build.md
2025-07-10 16:00:03 -04:00

10 lines
263 B
Markdown

# 4. Build and Publish
Use the provided `package.json` scripts to generate the site:
```bash
npm run build
```
The static files appear in the `_site/` directory. Configure your CI/CD pipeline to run this command and upload `_site/` as your documentation site.