We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcb890 commit e1d0a75Copy full SHA for e1d0a75
.github/workflows/build.yml
@@ -7,23 +7,6 @@ env:
7
rust_toolchain: nightly
8
9
jobs:
10
- build-doc:
11
- if: github.repository == 'LearningOS/rCore-Tutorial-Code-2025S'
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v4
15
- - name: Build doc
16
- run: |
17
- git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git user
18
- cd os
19
- make
20
- cargo doc --no-deps --verbose
21
- - name: Push to gh-pages
22
- uses: peaceiris/actions-gh-pages@v3
23
- with:
24
- github_token: ${{ secrets.GITHUB_TOKEN }}
25
- publish_dir: ./os/target/riscv64gc-unknown-none-elf/doc
26
- destination_dir: ${{ github.ref_name }}
27
basic-test:
28
runs-on: ubuntu-latest
29
outputs:
0 commit comments