angular-cli-ghpages icon indicating copy to clipboard operation
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.

Results 23 angular-cli-ghpages issues
Sort by recently updated
recently updated
newest added

Reproduction steps: 1. Create an Nx repo 2. `npm i angular-cli-ghpages -D && npx nx g angular-cli-ghpages:ng-add` 3. `npx nx deploy` Error: `Property 'cname' does not match the schema. 'false'...

help wanted

> Error: `Property 'cname' does not match the schema. 'false' should be a 'string'.` > Solved it by adding `cname` flag manually as `github.com` along with `base-href`. _Originally posted by...

low-prio

The changelog should not be that present at the top of the README. This section can feature the latest highlights, but the full changelog should be moved to a separate...

question
low-prio

I'm trying to deploy the project that has locales but I got the message "index.html could not be copied to 404.html. This does not look like an angular-cli project?!". I...

Please consider adding the `dest` and `add` options to the cli.

enhancement

Is there a way we can use the `add` option to only allow modified files to be written to the `gh-pages` branch? This feature is available in [gh-pages](https://github.com/tschaub/gh-pages#optionsadd) Since I...

feature

When using angular-cli-ghpages for deploying to GitHub Pages with this command `npx angular-cli-ghpages --dir=dist/engg-calc/ --branch=gh-pages` the following files from .idea folder which is a configuration storage folder for IntelliJ IDEA...

Hallo! I have a question, is it possible to deploy on gh pages and avoid keeping the commit history with your package? For example, Travis CI has the option [keep-history](https://docs.travis-ci.com/user/deployment/pages/#further-configuration)...

feature

It will be better if the `ng deploy` can display GitHub Pages URL after deployed successfully.

low-prio
feature