Skip to content

Commit abc9511

Browse files
committed
update readme
1 parent 3233aff commit abc9511

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,16 @@ npm run generate
2424

2525
To preview the static generated app, run `npm run start`
2626

27+
28+
## Deploy on github pages
29+
30+
All changes in the documentation will be built in the `dist/` directory and the directory is published on `docs` branch.
31+
Github pages catches an update and updates the documentation page.
32+
33+
```bash
34+
npm run generate
35+
npm run deploy
36+
```
37+
38+
2739
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).

0 commit comments

Comments
 (0)