From 1e7e065423386ac57c389cc29a48f59b421110de Mon Sep 17 00:00:00 2001 From: Romain Freydiger Date: Tue, 25 Jun 2019 14:41:20 +0200 Subject: [PATCH] docs: correct indention for code example in deployment guide (#31255) PR Close #31255 --- aio/content/guide/deployment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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`.