mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-07 14:48:40 +00:00
263 B
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.