From a722836a639d2fc3d39b759f254eb509d2aef49e Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Mon, 9 Mar 2020 20:36:45 -0400 Subject: [PATCH] Switched it so docs get built on non-tagged releases --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab0dc8b0..3fc6b94b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ deploy: script: bash ci/build_docs.sh on: repo: sharppy/SHARPpy - tags: true + tags: false branch: master condition: "$BUILD_DOCS = YES" # Deploy the code to PyPI