From 5e6e96d84464aa4d5bf18ca19e0507a21e5b586d Mon Sep 17 00:00:00 2001 From: Sasidhar Vanga Date: Thu, 1 Nov 2018 09:19:09 -0700 Subject: [PATCH] docs: fix GitHub pages deployment command (#26896) closes #26803 PR Close #26896 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index cd2a56ad35..1acc29c2f2 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -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: - ng build --prod --output-path docs --base-href + ng build --prod --output-path docs --base-href // 1. When the build is complete, make a copy of `docs/index.html` and name it `docs/404.html`.