mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
github: Change target directory for cargo-doc
As CL:3423291 and CL:3428606 changed the path to store generated GitHub pages contents in, we needed to chage it for cargo-doc as well. BUG=none TEST=check in my local GitHub repo Change-Id: I27ae705c99968c060ede3ee514792d8ac1b7975e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3479038 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
This commit is contained in:
parent
d33874ea04
commit
8e43858be1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Run cargo doc
|
||||
run: |
|
||||
git submodule update --init
|
||||
./tools/cargo-doc --target-dir ./docs/target/
|
||||
./tools/cargo-doc --target-dir ./docs/target/html/
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue