use beta travis provider for custom deploy msg
This commit is contained in:
parent
d632e4b421
commit
3cc9eb8509
1 changed files with 1 additions and 2 deletions
|
@ -39,13 +39,12 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: pages
|
- provider: pages
|
||||||
skip-cleanup: true
|
edge: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
local-dir: build/LatexPackages
|
local-dir: build/LatexPackages
|
||||||
repo: kesslermaximilian/LatexPackagesBuild
|
repo: kesslermaximilian/LatexPackagesBuild
|
||||||
commiter_from_gh: true
|
commiter_from_gh: true
|
||||||
allow_empty_commit: true
|
allow_empty_commit: true
|
||||||
keep-history: true
|
|
||||||
target_branch: $TRAVIS_BRANCH
|
target_branch: $TRAVIS_BRANCH
|
||||||
commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}"
|
commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}"
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue