Closed antonyip closed 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.
Thanks @antonyip & @sohkai, merging now!
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.
Sure, I'm up for it. I think I will need access to your TravisCI tho...
Edit: Nevermind.
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