updte CI script for cargo doc

This commit is contained in:
Yu Chen 2022-06-23 22:30:29 +08:00
parent e7d6406f45
commit 91990ebadc

View file

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