You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,14 +64,12 @@ If you use the old syntax, you will probably receive the following error:
63
64
64
65
**[Everything GitHub: Continuous Integration, Deployment and Hosting for your Angular App](https://angular.schule/blog/2020-01-everything-github)**
65
66
66
-
67
-
68
67
## ⚠️ Prerequisites <aname="prerequisites"></a>
69
68
70
69
This command has the following prerequisites:
71
70
72
71
- Git 1.9 or higher (execute `git --version` to check your version)
73
-
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli) v9.0.0 or greater (execute `ng update` to upgrade your project if necessary)
72
+
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli) v9.0.0 or greater
74
73
- older Angular projects can still use the standalone program. See the documentation at [README_standalone](https://github.com/angular-schule/angular-cli-ghpages/blob/master/docs/README_standalone.md).
If you run this command from a CI/CD environment, the deployment will most likely not work out of the box.
@@ -157,7 +174,7 @@ ng deploy --repo=https://github.com/<username>/<repositoryname>.git --name="Your
157
174
>
158
175
> The `GITHUB_TOKEN` (installation access token) will only trigger a release of a new website if the action runs in a private repository. In a public repo, a commit is generated, but the site does not change. See this [GitHub Community post](https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/26869) for more info. If your repo is public, you must still use the `GH_TOKEN` (personal access token).
0 commit comments