Merge branch 'ch9' into main

This commit is contained in:
Yu Chen 2022-06-23 22:31:38 +08:00
commit ba145e0dc9

View File

@ -17,7 +17,7 @@ jobs:
components: rust-src, llvm-tools-preview
target: riscv64gc-unknown-none-elf
- 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
uses: peaceiris/actions-gh-pages@v3
with: