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:
Keiichi Watanabe 2022-02-22 10:50:47 +09:00 committed by Commit Bot
parent d33874ea04
commit 8e43858be1

View file

@ -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: