From 6c24de48752604516276da38f76fc473e4e6d7d5 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 19 Jan 2019 15:08:11 -0500 Subject: [PATCH] Fix actually deploying --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2cb77c9..cd7b47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,3 +62,5 @@ jobs: skip-cleanup: true github-token: $GITHUB_TOKEN local-dir: output + on: + tags: true