Skip to content

Auto deploy to gh pages#237

Open
k-dominik wants to merge 2 commits intoilastik:mainfrom
k-dominik:auto-deploy-to-gh-pages
Open

Auto deploy to gh pages#237
k-dominik wants to merge 2 commits intoilastik:mainfrom
k-dominik:auto-deploy-to-gh-pages

Conversation

@k-dominik
Copy link
Copy Markdown
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
Copy Markdown
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!:)

Comment thread .travis.yml
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
Copy Markdown
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
Copy Markdown
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.

2 participants