You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,16 @@ npm run generate
24
24
25
25
To preview the static generated app, run `npm run start`
26
26
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
+
27
39
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