updte CI script for cargo doc
This commit is contained in:
parent
e7d6406f45
commit
91990ebadc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-and-test.yml
vendored
2
.github/workflows/doc-and-test.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
components: rust-src, llvm-tools-preview
|
components: rust-src, llvm-tools-preview
|
||||||
target: riscv64gc-unknown-none-elf
|
target: riscv64gc-unknown-none-elf
|
||||||
- name: Build doc
|
- name: Build doc
|
||||||
run: cd os && cargo doc --no-deps --verbose
|
run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
|
||||||
- name: Deploy to Github Pages
|
- name: Deploy to Github Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue