Skip to content

Commit 1a2cf17

Browse files
authored
Update README.md
1 parent d7f6b89 commit 1a2cf17

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Assuming two sibling folders:
2626
* In `./docs` folder `docpad install` then `docpad run`
2727
* Go to http://localhost:9778/ docs should be there
2828
* 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`
3029

3130
### Running the Server
3231

@@ -45,6 +44,13 @@ Watch for changes from your UI folder, and serve to the docs instance:
4544
gulp serve-docs
4645
```
4746

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+
4854

4955
## Help Fix Typos and Errors
5056

0 commit comments

Comments
 (0)