Skip to content

Commit ba145e0

Browse files
committed
Merge branch 'ch9' into main
2 parents 4bf40e7 + 2d28a0e commit ba145e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
components: rust-src, llvm-tools-preview
1818
target: riscv64gc-unknown-none-elf
1919
- name: Build doc
20-
run: cd os && cargo doc --no-deps --verbose
20+
run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
2121
- name: Deploy to Github Pages
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:

0 commit comments

Comments
 (0)