From 6d485d4edf8af127f95f1f5489ae38c8ada3cbd0 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Sun, 11 Mar 2018 20:00:12 +0200 Subject: [PATCH] Github Pages deployment is broken with dpl 1.9.0 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3743ad8..24dd8f67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ script: - sed -i -e 's:<.*>::g' README.md - crystal docs deploy: + # https://github.com/travis-ci/travis-ci/issues/9312#issuecomment-371590249 + edge: + branch: v1.8.47 provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN