From 3cc9eb8509db712b260dbeeaf9ede09aba955749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 8 Oct 2021 08:44:08 +0200 Subject: [PATCH] use beta travis provider for custom deploy msg --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b564c8..c65f1ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,13 +39,12 @@ deploy: on: tags: true - provider: pages - skip-cleanup: true + edge: true github-token: $GITHUB_TOKEN local-dir: build/LatexPackages repo: kesslermaximilian/LatexPackagesBuild commiter_from_gh: true allow_empty_commit: true - keep-history: true target_branch: $TRAVIS_BRANCH commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}" on: