We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee2000 commit 2d28a0eCopy full SHA for 2d28a0e
.github/workflows/doc-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
components: rust-src, llvm-tools-preview
18
target: riscv64gc-unknown-none-elf
19
- name: Build doc
20
- run: cd os && cargo doc --no-deps --verbose
+ run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
21
- name: Deploy to Github Pages
22
uses: peaceiris/actions-gh-pages@v3
23
with:
0 commit comments