From 7851e921cd8cb2860f0849c97bf5894f37bf3413 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 19 Oct 2019 15:00:10 -0700 Subject: [PATCH] [#681] take out automated pages deployment (for now), since it broke the site --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 786e88c6..fea48f50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,3 @@ deploy: on: branch: master tags: true - - provider: pages - skip_cleanup: true - github_token: $GITHUB_TOKEN - on: - branch: master