We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad6213 commit 85e2c2eCopy full SHA for 85e2c2e
README.md
@@ -41,7 +41,21 @@ __Note: you have to create the `dist` folder in before (e.g. `ng build --prod`)
41
Usage:
42
43
```bash
44
-ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
+ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY_NAME/"
45
+angular-cli-ghpages [OPTIONS]
46
+```
47
+
48
+or
49
50
+```bash
51
+ng build --prod --base-href "/REPOSITORY_NAME/"
52
53
54
55
+or (`<base href="">` stays untouched)
56
57
58
+ng build --prod
59
angular-cli-ghpages [OPTIONS]
60
```
61
0 commit comments