-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build and publish the user guide #12
Comments
https://travis-ci.com/MDAnalysis/UserGuide exists and is ready (I think...) |
Notes on deploying docs and token: https://docs.travis-ci.com/user/deployment/pages/ |
I encrypted the access token with travis encrypt GH_TOKEN=super-secret-gobbledy-gook and got secure: "b+s7g/GarZTFQjnLuC4gRFuf/V+FNu2ml+Sdo9qQgVZdHFC2sJPNWqszd2KssRplpwe5d/zhPAj0tiQWreNRt0VdPCJpImeEp7hfxLtHsMrGfBGDFuBKi+XK6LqNnCqYeneWE3Q6Gb3EFqCwYEw75Tph1HIkc0jj4h2CvX+SYzeUopcj2HiZXEJhcUPQFDnawHEz1WkZcmK4TMumesE4+OOq+sDg0aWpVzo0hA0Pu0h9FTipeExKI9WngkCdgWmuTWsTyqOfhyXQKcs0Q+X1ycmbHidic2SWc1Tsyg0jdWvdAPN2KGcS4J9EdhtTaJARYdizVTlR8SS6VjbDPIDSHxXli4dSFGdVMSADqu6jCeDfcyTpjc5/iB1g4k77Hmmxehj4n+63fg7Ja+cFGPYu/337ZVQAKU9C7N/dFinZaBWFkEA9VbSHJogDi5v1wtwE1MoLZKNn73zM4OlnWm8bJNk7PKgQ/YPM+Fmp/Bb5K8JLH6aF1jSReXvYTp7PZaZwJ/bW0xdUGCOAW3Z9ieBVJAPSwzPe1GXjXAzUUbwXMxEiITDFO4VigkViDSSbAnOoMeR0l7tFMwsNgB7nrDWPvHufkc2dQOs6LmOVGA6v8rK/xxrj5eau947w0m6bNq3qWGxUwjm//hoWcNJqIYWnFPKwf7ELtipYm3ifywPidKc=" @lilyminium add the "secure: ..." line to It will expand to |
Note that the |
Thanks @orbeckst . I'll see if I can get the build to stop failing soon... |
I think you have to also install pandoc. This is the error:
You can either switch to a conda installation (takes longer but almost certainly has all packages) or install pandoc as an Ubuntu package (see Travis installing deps) and any other Python packages via Btw, might be useful to add the Travis build status badge to the README for quick link to the builds. |
Btw, I am not 100% sure if the GH_TOKEN is working at the moment because it does not show up as a proper Just in case you get it to working but the push fails. |
Thanks! Unfortunately that does seem to have happened.
|
I’ll look into the token issue. |
https://www.mdanalysis.org/UserGuide/ – yay ! I needed to
because we are on travis-ci.com ... just needed to read their docs properly! |
Do you want to email the new url to the list and ask for feedback? |
Add travis CI to automatically build the user guide.
See MDAnalysisTutorial/.travis.yml.
.travis.yml
The user guide should then show up as https://www.mdanalysis.org/UserGuide.
The text was updated successfully, but these errors were encountered: