diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index df960b6816..08b3445003 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -83,11 +83,12 @@ Another simple way to deploy your Angular app is to use [GitHub Pages](https://h 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: - - ng build --prod --output-path docs --base-href /<project_name>/ + - + ng build --prod --output-path docs --base-href /<project_name>/ + + 1. When the build is complete, make a copy of `docs/index.html` and name it `docs/404.html`.