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
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
local-dir: book
|
||||
local-dir: book/html
|
||||
on:
|
||||
branch: master
|
||||
|
|
|
|||
Loading…
Reference in New Issue