docs: fix GitHub pages deployment command (#26896)

closes #26803
PR Close #26896
This commit is contained in:
Sasidhar Vanga 2018-11-01 09:19:09 -07:00 committed by Andrew Kushnir
parent 9c2f6d72d6
commit 5e6e96d844
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Make a note of the user name and project name in GitHub.
1. Build your project using Github project name, with the Angular CLI command [`ng build`](cli/build) and the options shown here:
<code-example language="none" class="code-shell">
ng build --prod --output-path docs --base-href <project_name>
ng build --prod --output-path docs --base-href /<project_name>/
</code-example>
1. When the build is complete, make a copy of `docs/index.html` and name it `docs/404.html`.