mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
github: Specify mdbook's target path
As crrev.com/c/3423291 added `linkcheck` target to book.toml, the directory structure was changed and we need to specify the path to publish the documentation. BUG=none TEST=check on personal github account Change-Id: Ic30e26d07d98eb21b0132cc4e792b6a054f98427 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3428606 Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Auto-Submit: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
eb5207aa29
commit
3e7fa6ab51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -33,4 +33,4 @@ jobs:
|
|||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/target/
|
||||
publish_dir: ./docs/target/html/
|
||||
|
|
Loading…
Reference in a new issue