File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-doc :
11
- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
11
+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Build doc
16
16
run : |
17
- git clone https://github.com/LearningOS/rCore-Tutorial-Test-2024A .git user
17
+ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S .git user
18
18
cd os
19
19
make
20
20
cargo doc --no-deps --verbose
@@ -25,17 +25,17 @@ jobs:
25
25
publish_dir : ./os/target/riscv64gc-unknown-none-elf/doc
26
26
destination_dir : ${{ github.ref_name }}
27
27
gitlab-mirror :
28
- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
28
+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@v1
32
32
- name : Mirror + trigger CI
33
33
uses : tkf2019/gitlab-mirror-and-ci-action@master
34
34
with :
35
- args : " https://git.tsinghua.edu.cn/os-lab/2024a /public/rcore-tutorial-code-2024a "
35
+ args : " https://git.tsinghua.edu.cn/os-lab/2025s /public/rcore-tutorial-code-2025s "
36
36
env :
37
37
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
38
38
GITLAB_PROJECT_ID : " 34689"
39
- GITLAB_PROJECT_NAME : " rcore-tutorial-code-2024a "
39
+ GITLAB_PROJECT_NAME : " rcore-tutorial-code-2025s "
40
40
GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
41
41
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments