Fix travis deploying the wrong directory
This commit is contained in:
parent
26c80b61d1
commit
15ef60a5a3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
local_dir: docs/html
|
||||
local_dir: docs
|
||||
github_token: $GITHUB_TOKEN
|
||||
|
||||
- stage: "Deploy"
|
||||
|
|
Loading…
Reference in a new issue