We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b2449 commit b07acd6Copy full SHA for b07acd6
.travis.yml
@@ -17,9 +17,9 @@ after_success:
17
- touch _build/html/.nojekyll
18
19
deploy:
20
- provider: pages
+ provider: pages:git
21
skip_cleanup: true
22
- local_dir: docs/_build/html
+ local_dir: _build/html
23
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
24
keep_history: true
25
edge: true
0 commit comments