fix deploy local_dir.
This commit is contained in:
parent
ae01a9fd49
commit
9f4aaa9bc7
|
@ -15,11 +15,11 @@ script: ./scripts/build.sh
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
local_dir: ../../docs
|
local_dir: docs
|
||||||
github_token: $GITHUB_TOKEN
|
github_token: $GITHUB_TOKEN
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
condition: "-n ${HUGO_VERSION}"
|
condition: -n "${HUGO_VERSION}"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue