Skip to content

Commit 72570e2

Browse files
committed
with animated gif
Former-commit-id: 430a9d1
1 parent 2460df6 commit 72570e2

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55

66
Deploy your Angular app to GitHub pages directly from the Angular CLI! 🚀
77

8-
9-
<!--
10-
TODO: cool screenshot with animated gif
11-
<hr>
12-
![Screenshot](screenshotgif)
13-
-->
8+
![Screenshot](docs/angular-cli-ghpages-deploy.gif)
149

1510
**Table of contents:**
1611

@@ -94,7 +89,7 @@ If you alreay have an existing Angular project on GitHub, skip step 1 and 2.
9489
Your project will be automatically build in production mode.
9590

9691
```sh
97-
ng run deploy
92+
ng deploy
9893
```
9994

10095
Which is the same as:
@@ -120,7 +115,7 @@ You should also set the URL to the repository using the `--repo` option.
120115
The URL must use the HTTPS scheme.
121116

122117
```sh
123-
ng run deploy --repo=https://github.com/<username>/<repositoryname>.git --name="Your Git Username" [email protected]
118+
ng deploy --repo=https://github.com/<username>/<repositoryname>.git --name="Your Git Username" [email protected]
124119
```
125120

126121
(replace `<username>` and `<repositoryname>` with your username from GitHub and the name of your repository)

docs/README_contributors.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,5 @@ cd angular-cli-ghpages/src
128128
npm run build
129129
npm run test
130130
npm publish dist
131+
npm dist-tag add [email protected] next
131132
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d215d33a1bf616c779db0597eceb298b7fc2aecd

0 commit comments

Comments
 (0)