From 4e1928d9e6a77e932b4c52138caf153e9154cebc Mon Sep 17 00:00:00 2001 From: Robert Langlois Date: Mon, 9 Nov 2020 21:58:13 -0800 Subject: [PATCH] Partial revert for travis-ci deployment (#235) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc03e9f32..1cb4fd95d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,6 +141,7 @@ before_deploy: deploy: - provider: releases + skip_cleanup: true api_key: $GITHUB_TOKEN file_glob: true file: $PWD/dist/*.* @@ -151,7 +152,7 @@ deploy: condition: - "$DEPLOY_BUILD == true" - provider: pages - skip-cleanup: true + skip_cleanup: true github-token: $GITHUB_TOKEN local_dir: $PWD/dist/html on: @@ -160,5 +161,4 @@ deploy: tags: true condition: - "$DEPLOY_DOCS == true" - - edge: true