Skip to content

Commit 40ea694

Browse files
committed
Fixed incorrect provider in deploy job
1 parent 9929cd6 commit 40ea694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ after_script:
3333
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then codecov; fi
3434

3535
deploy:
36-
provider: pagestotal_pages
36+
provider: pages
3737
skip_cleanup: true
3838
github-token: $GITHUB_TOKEN
3939
local-dir: docs/_build/html

0 commit comments

Comments
 (0)