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

263 B

4. Build and Publish

Use the provided package.json scripts to generate the site:

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.