Fix Github Pages path.

The newer version of mdBook uses a different path for the html output.
This commit is contained in:
Eric Huss 2018-02-17 20:35:57 -08:00 committed by Who? Me?!
parent 723222974d
commit 8f54b10686
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: book
local-dir: book/html
on:
branch: master