diff options
Diffstat (limited to '174bg/handbook-vitepress/README.md')
| -rw-r--r-- | 174bg/handbook-vitepress/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/174bg/handbook-vitepress/README.md b/174bg/handbook-vitepress/README.md index 3fd54d0..ee4ac87 100644 --- a/174bg/handbook-vitepress/README.md +++ b/174bg/handbook-vitepress/README.md @@ -8,3 +8,5 @@ A VitePress rebuild of the [174th Battle Group Handbook](../handbook), a guide f - `npm run dev` — start the local dev server - `npm run build` — build the static site to `.vitepress/dist` - `npm run preview` — preview the production build locally +- `npm run deploy` — deploy the site to Cloudflare +- `npm run build+deploy` — build and deploy the site to Cloudflare |
