We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac0a102 + 6627ccb commit 3f19b7cCopy full SHA for 3f19b7c
1 file changed
.travis.yml
@@ -12,10 +12,10 @@ after_success:
12
- bash <(curl -s https://codecov.io/bash)
13
- gem install jazzy
14
- make documentation
15
-# deploy:
16
-# provider: pages
17
-# skip-cleanup: true
18
-# github-token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
19
-# local-dir: docs
20
-# on:
21
-# branch: master
+deploy:
+ provider: pages
+ skip-cleanup: true
+ github-token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
+ local-dir: docs
+ on:
+ branch: master
0 commit comments