angular-cli-ghpages
angular-cli-ghpages copied to clipboard
🚀 Deploy your 🅰️Angular app to GitHub pages, Cloudflare Pages or any other Git repo directly from the Angular CLI! Available on NPM.
I encountered an issue with deploying. I didn't know what caused it until I enabled `--no-silent`: ```console *** Please tell me who you are. Run git config --global user.email "[email protected]"...
Hey folks, used this tool for the first time and was asking if there is any option to use the flag like the ng build command? Or what is the...
Hi, This might be an easy one. How do we deploy the `static` scully.io folder instead of the default? Also asked the question here: https://stackoverflow.com/questions/64065091/deploy-scully-static-folder-with-angular-cli-ghpages [Scully](https://scully.io/) generates the project to...
If we have an app using a webmanifest file and we deploy using the `--base-href` option, the manifest file deployed in the gh-pages branch, should also have the same value...
Sooner or later we're gonna have to do it the hard way. I think it's a must to fork gh-pages and convert it to TypeScript. a) consistently use ts and...
I'd like to be able to specify e.g. a flag e.g. '1' that is suffixed to a new URL with suffix e.g. '-v1', so I can deploy different versions of...
Hello! Apologies if this has been asked before - I am having trouble finding similar issues to this. Is there a way to configure the deployment so the initial Network...
Just upgraded to the [latest version](https://github.com/tschaub/gh-pages/releases/tag/v6.1.1) of `gh-pages` available at the moment. After upgrading, removed the `node_modules`, `package-lock.json`, and then ran a fresh `npm i`. Building with `npm build` runs...
I have an Angular 18 app that I've added the standard i18n (internationalization) support for Angular. This means the output of my app are multiple folders with copies of the...
With the new application builder (introduced in Angular 17), the build artifacts are placed in a "browser" subfolder. This is why we made the "dir" option for the deployment builder....