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 c3a3fcf commit 46090b4Copy full SHA for 46090b4
.github/workflows/doc-and-test.yml
@@ -12,25 +12,6 @@ env:
12
rust_toolchain: nightly-2024-01-18
13
14
jobs:
15
- build-doc:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@v3
19
- - uses: actions-rs/toolchain@v1
20
- with:
21
- profile: minimal
22
- toolchain: ${{ env.rust_toolchain }}
23
- components: rust-src, llvm-tools-preview
24
- target: riscv64gc-unknown-none-elf
25
- - name: Build doc
26
- run: cd os && cargo doc --no-deps --verbose
27
- - name: Deploy to Github Pages
28
- uses: peaceiris/actions-gh-pages@v3
29
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
31
- publish_dir: ./os/target/riscv64gc-unknown-none-elf/doc
32
- destination_dir: ${{ github.ref_name }}
33
-
34
run-tests:
35
runs-on: ubuntu-latest
36
steps:
0 commit comments