From cbaa5bdd88e9e17204b41c770c9213434a30a3c7 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 28 Jan 2021 00:22:11 +0800 Subject: [PATCH] Update CI to track the master branch --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51c5336..3bdce3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ before_install: - sudo gem install asciidoctor script: + - curl https://api.github.com/repos/foo-dogsquared/hugo-theme-more-contentful | jq '.[0].sha' --raw-output | xargs -I{} hugo mod get "github.com/foo-dogsquared/hugo-theme-more-contentful@{}" && hugo mod tidy - hugo env: @@ -29,4 +30,6 @@ deploy: github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable target_branch: gh-pages on: - branch: demo + branch: + - demo + - master