Skip to content

Commit 1f00a36

Browse files
fmalcherfilipesilva
authored andcommitted
docs: Add command for angular-cli-ghpages and change repo URL
We moved the repo from angular-buch to angular-schule
1 parent 8ce5ef4 commit 1f00a36

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/documentation/stories/github-pages.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@ Commit your changes and push. On the GitHub project page, configure it to
1717
And that's all you need to do! Now you can see your page at
1818
`https://USER_NAME.github.io/PROJECT_NAME/`.
1919

20-
You can also use [angular-cli-ghpages](https://github.com/angular-buch/angular-cli-ghpages), a full
20+
You can also use [angular-cli-ghpages](https://github.com/angular-schule/angular-cli-ghpages), a full
2121
featured package that does this all this for you and has extra functionality.
22+
All you need is a single command:
23+
24+
```bash
25+
ngh --dir=dist/docs
26+
```
27+
28+
It takes care of pushing to the `gh-pages` branch and copying your `index.html` to `404.html`.

0 commit comments

Comments
 (0)