Skip to content

Commit 46090b4

Browse files
committed
run test on ci
1 parent c3a3fcf commit 46090b4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,6 @@ env:
1212
rust_toolchain: nightly-2024-01-18
1313

1414
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-
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./os/target/riscv64gc-unknown-none-elf/doc
32-
destination_dir: ${{ github.ref_name }}
33-
3415
run-tests:
3516
runs-on: ubuntu-latest
3617
steps:

0 commit comments

Comments
 (0)