Skip to content

Commit b07acd6

Browse files
committed
travis docs dir
too many /docs
1 parent a5b2449 commit b07acd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ after_success:
1717
- touch _build/html/.nojekyll
1818

1919
deploy:
20-
provider: pages
20+
provider: pages:git
2121
skip_cleanup: true
22-
local_dir: docs/_build/html
22+
local_dir: _build/html
2323
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
2424
keep_history: true
2525
edge: true

0 commit comments

Comments
 (0)