Skip to content

Commit 6a88310

Browse files
committed
1 parent f958ce1 commit 6a88310

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ after_success:
2929
deploy:
3030
# stuff related to deploying to gh-pages
3131
# GITHUB_TOKEN is set in Travis-CI settings (@orbeckst)
32-
provider: pages
33-
skip_cleanup: true
34-
github_token: $GITHUB_TOKEN
32+
provider: pages:git
33+
strategy: git
34+
cleanup: false
35+
token: $GITHUB_TOKEN
3536
on:
3637
branch: master
3738
python: "3.8"
3839
local_dir: build/sphinx/html
3940
project_name: MDAnalysisData
41+
# use dpl v2 https://docs.travis-ci.com/user/deployment-v2:
42+
edge: True

0 commit comments

Comments
 (0)