Skip to content

Commit e1d0a75

Browse files
authored
remove build-doc for ch7
1 parent 8bcb890 commit e1d0a75

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build.yml

-17
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,6 @@ env:
77
rust_toolchain: nightly
88

99
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 }}
2710
basic-test:
2811
runs-on: ubuntu-latest
2912
outputs:

0 commit comments

Comments
 (0)