Skip to content

Commit 3f19b7c

Browse files
authored
Merge pull request #16 from AppDevGuy/0.3.1
Update .travis.yml
2 parents ac0a102 + 6627ccb commit 3f19b7c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ after_success:
1212
- bash <(curl -s https://codecov.io/bash)
1313
- gem install jazzy
1414
- 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
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

0 commit comments

Comments
 (0)