Skip to content

Commit 9f4aaa9

Browse files
committed
fix deploy local_dir.
1 parent ae01a9f commit 9f4aaa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ script: ./scripts/build.sh
1515
deploy:
1616
provider: pages
1717
skip_cleanup: true
18-
local_dir: ../../docs
18+
local_dir: docs
1919
github_token: $GITHUB_TOKEN
2020
on:
2121
branch: master
22-
condition: "-n ${HUGO_VERSION}"
22+
condition: -n "${HUGO_VERSION}"
2323

2424
notifications:
2525
email: false

0 commit comments

Comments
 (0)