whatwg / loader

Loader Standard
https://whatwg.github.io/loader/
Creative Commons Zero v1.0 Universal
607 stars 45 forks source link

automate the push to gh-pages #2

Open dherman opened 10 years ago

dherman commented 10 years ago

Automate the pushing to gh-pages, using Travis. See:

dherman commented 10 years ago

Doh, maybe won't work? Domenic was doing it via the online bikeshed service and posting via curl, but that doesn't allow you to provide custom .include files.

dherman commented 10 years ago

If Travis lets us install bikeshed locally maybe it'll work, but I don't know.

dherman commented 10 years ago

Now that we don't rely on custom .include files we can just use [https://github.com/whatwg/streams/blob/master/deploy-gh-pages.sh](Domenic's hacks) for Travis automation.

caridy commented 9 years ago

I will take care of this one now that we have the build in place.