We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f6b89 commit 1a2cf17Copy full SHA for 1a2cf17
README.md
@@ -26,7 +26,6 @@ Assuming two sibling folders:
26
* In `./docs` folder `docpad install` then `docpad run`
27
* Go to http://localhost:9778/ docs should be there
28
* Optionally run `gulp serve-docs` in ./ui to serve any changes from ./ui/src to ./docs
29
-* To automatically deploy docs to github pages type `docpad deploy-ghpages --env static`
30
31
### Running the Server
32
@@ -45,6 +44,13 @@ Watch for changes from your UI folder, and serve to the docs instance:
45
44
gulp serve-docs
46
```
47
+### Publishing to Github Pages
48
+
49
+You can publish your docs to GitHub Pages from the command line automatically
50
+```
51
+docpad deploy-ghpages --env static
52
53
54
55
## Help Fix Typos and Errors
56
0 commit comments