ember-cli-deploy-ghpages
ember-cli-deploy-ghpages copied to clipboard
An ember-cli-deploy-plugin to upload to GitHub pages.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.0.11 to 4.7.8. Release notes Sourced from handlebars's releases. v4.7.8 Make library compatible with workers (#1894) - 3d3796c Don't rely on Node.js global object (#1776) - 2954e7e...
I'm wondering in which points this addon differs from [`ember-cli-deploy-git`](https://github.com/ef4/ember-cli-deploy-git). Both add the ability to commit a build on a git branch as part of an ember-cli-deploy pipeline, aren't they?...
Can be resolved by upgrading the Ember CLI boilerplate of the addon.
Hey, I noticed that you tagged a new release version 1.0.0 a while ago, but it doesn't seem to have been published to NPM yet. That still only shows version...
Updated Gift to the latest version v0.10.2
I've tried adding a `.nojekyll` file to both the `app` directory and the `public` directory. In both cases, it ends up in the final `dist` directory once it is pushed...
This includes dotenv files with private keys which is super wrong. :scream:
Hi, after I installed the ember-cli-deploy-ghpages addon to my addon, it no longer passes tests on Travis.org. When I run `ember t` or `ember t --server` they both pass locally...