We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30d3bca + a3c321e commit aeb9af3Copy full SHA for aeb9af3
.travis.yml
@@ -30,10 +30,10 @@ script:
30
# Deploy using Travis-CI/GitHub Pages integration support
31
deploy:
32
provider: pages
33
- skip_cleanup: true
34
- local_dir: doc/html
35
- github_token: $GITHUB_TOKEN
+ skip-cleanup: true
+ local-dir: doc/html
+ github-token: $GITHUB_TOKEN
36
on:
37
branch: master
38
- target_branch: gh-pages
+ target-branch: gh-pages
39
0 commit comments