Fix .travis.yml
use absolute path
This commit is contained in:
parent
d3f0cd0c7e
commit
9a4c3ed995
|
@ -12,7 +12,7 @@ script:
|
|||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
local_dir: docs/.vuepress/dist
|
||||
local_dir: vuepress/docs/.vuepress/dist
|
||||
github_token: $CI_DEPLOY_TOKEN
|
||||
keep_history: true
|
||||
on:
|
||||
|
|
Loading…
Reference in New Issue
Block a user