miguelcobain / ember-paper

The Ember approach to Material Design.
http://miguelcobain.github.io/ember-paper
MIT License
889 stars 331 forks source link

How does the docs site get deployed? #1216

Closed mansona closed 1 year ago

mansona commented 2 years ago

Just while I'm on the topic of moving from Travis to Github actions and setting up the lint-to-the-future dashboard I wanted to make sure that the deployment to the github pages for the docs site is still working 🤔 But I didn't see anything in the travis config that did any kind of deployment.

Can anyone point me to the right place so I can make sure that It's working correctly?

miguelcobain commented 2 years ago

@mansona there is no automated deployment, unfortunately. If I recall correctly, we just ran ember-cli-deploy locally and then pushed manually to the gh-pages branch.