Unverified Commit f3abe2a1 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update deploy.sh

travis-sphinx defaults to deploying only on the master branch. Need to also pass the `-b` flag to build on dev.
parent 53f26f43
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
travis-sphinx -v deploy
# source deactivate
# conda install conda-build anaconda-client
# conda config --set anaconda_upload yes
# conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda
travis-sphinx -v deploy -b dev
source deactivate
conda install conda-build anaconda-client
conda config --set anaconda_upload yes
conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda