Skip to content

Commit eb4cc5b

Browse files
committed
docs: clarify ng deploy behavior after installation
1 parent d91a1fc commit eb4cc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If you already have an existing Angular project on GitHub, skip steps 1 and 2.
8989

9090
Alternatively, you can install it directly via `ng add angular-cli-ghpages`. See the [installation section](#installation) for details.
9191

92-
4. Deploy your project to GitHub Pages with all default settings. Your project will be automatically built in production mode.
92+
4. After the installation, the same `ng deploy` command will build and deploy your project. Your project will be automatically built in production mode.
9393

9494
```sh
9595
ng deploy --base-href=/<repositoryname>/

0 commit comments

Comments
 (0)