Fix Github Pages path.
The newer version of mdBook uses a different path for the html output.
This commit is contained in:
parent
723222974d
commit
8f54b10686
|
|
@ -16,6 +16,6 @@ deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
local-dir: book
|
local-dir: book/html
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue