Closed w0rm closed 8 years ago
Is it planned to automate this like it's done for elm-street-404? https://github.com/zalando/elm-street-404/blob/master/.travis.yml
@felixguendling its totally possible, but I don't have enough permissions. For elm-street-404 we've created a robot user that only has access to the single repo, and then generated a github access token for this user so that this can be executed from travis.
I don't think that we really need an automated process here, because the examples are not changed frequently
This is a work on #27
I added a script that compiles examples and pushes them to gh-pages branch.
Additional work may be necessary to setup CNAME for the custom domain.