From ce58c5d5799b82fc2695f550608641fad9bfe8b8 Mon Sep 17 00:00:00 2001 From: Max Hutchinson Date: Thu, 12 Mar 2020 18:28:13 -0400 Subject: [PATCH] Deploy sphinx docs on tags rather than the master branch This makes it consistent with the deployment to pypi, such that the most recent version on pypi is the version that's documented on the gh-pages site. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73886e101..8ea2dea94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ deploy: keep_history: true local_dir: ./docs/_build/html/ on: - branch: master + tags: true - provider: pypi user: "CitrineInformatics" password: "$PYPI_PASSWORD"