aragon / aragon-wiki

The Aragon wiki
https://wiki.aragon.org
Creative Commons Zero v1.0 Universal
77 stars 81 forks source link

Travis CI for Aragon Wiki #426

Closed antonyip closed 5 years ago

antonyip commented 5 years ago

github-token is Generated in Github Developer Settings -> Personal Access Token (public_repo checked) aragon_wiki_github_token needs to be set in TravisCI as a enviroment variable with the value. (Reminder do not show this in logs.)

This fixes Issue #107

sohkai commented 5 years ago

Looks good, thanks @antonyip!

@Smokyish I've turned on Travis for the wiki now with a token I generated (will migrate to a machine user soon); if you want we can merge this and see if it publishes a new version correctly from the master branch.

Smokyish commented 5 years ago

Thanks @antonyip & @sohkai, merging now!

sohkai commented 5 years ago

Hmm, perhaps the wiki is too big for travis to clone completely 😅. It looks like it's timing out: https://travis-ci.org/aragon/aragon-wiki/builds/506359501.

@antonyip Do you want to take a stab at fixing this? We may want something like travis_wait or figure out how to clone more quickly.

antonyip commented 5 years ago

Sure, I'm up for it. I think I will need access to your TravisCI tho... Edit: Nevermind.