Merge branch 'ch9' into main

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

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: