Skip to content

Commit

Permalink
test travis configs
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jun 3, 2019
1 parent 8614ea3 commit 97b8378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ target/
.vscode/
*.log

#site
site
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ install:
- pip install mkdocs
script:
- mkdocs build --verbose --clean #--strict
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
on:
branch: master
- mkdocs gh-deploy --force
# deploy:
# provider: pages
# skip_cleanup: true
# github_token: $GITHUB_TOKEN
# keep_history: true
# on:
# branch: master

0 comments on commit 97b8378

Please sign in to comment.