mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
10 lines
263 B
Markdown
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.
|