Skip to content

Commit 30d3bca

Browse files
committed
Update local-dir to relative path (travis-ci/travis-ci#9047).
1 parent 33737a6 commit 30d3bca

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
@@ -31,7 +31,7 @@ script:
3131
deploy:
3232
provider: pages
3333
skip_cleanup: true
34-
local_dir: $TRAVIS_BUILD_DIR/doc/html
34+
local_dir: doc/html
3535
github_token: $GITHUB_TOKEN
3636
on:
3737
branch: master

0 commit comments

Comments
 (0)