Ember CLI addon for deploying Ember apps to GitHub Pages. v0.2.2 is the latest release (last updated ~2019) and is in maintenance mode. It provides ember-cli commands to build and commit to gh-pages branch, with support for project, user, and organization pages, including options like --branch and rootURL. No active development, but stable for existing Ember projects.
npm install ember-cli-github-pagesNo compatibility data collected yet for this library.
Install the addon and run the commit command to deploy to gh-pages.
Check for uncommitted changes before running `ember install ember-cli-github-pages`.
Manually set rootURL to '/' in config/environment.js before deployment.
Either pass --branch master or set up branch tracking with `git branch --set-upstream gh-pages origin/master`.
Use Node >=10.x for compatibility.
Run `ember install ember-cli-github-pages` and ensure it's in devDependencies.
Recreate gh-pages branch following the setup steps exactly.
No dependency data recorded yet.