Skip to content
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

Auto deploy to gh pages #237

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

k-dominik
Copy link
Contributor

@k-dominik k-dominik commented May 13, 2019

this deploys the docs to gh-pages via the @ilastik-bot user every time master is built.

Example: https://travis-ci.org/ilastik/volumina/jobs/531678308

there I had everything configure to build when on the branch "test"

@k-dominik k-dominik requested a review from m-novikov May 16, 2019 09:16
Copy link
Contributor

@m-novikov m-novikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!:)

if [[ ! -d deploy ]]; then
conda create -q -n deploy -c ilastik-forge -c conda-forge ilastik-dependencies-no-solvers sphinx;
else
conda install -y -n deploy -c ilastik-forge -c conda-forge ilastik-dependencies-no-solvers sphinx;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to install ilastik deps in this case? Can we install only sphinx?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you spot every bit of lazyness I have in me. It didn't work without, so my quick fix was to download the whole thing. There are parts in docs/conf.py that require lazyflow for nicer display of string names or something... I'll investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants