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 88
99jobs :
1010 build-doc :
11- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
11+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Build doc
1616 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
1818 cd os
1919 make
2020 cargo doc --no-deps --verbose
@@ -25,17 +25,17 @@ jobs:
2525 publish_dir : ./os/target/riscv64gc-unknown-none-elf/doc
2626 destination_dir : ${{ github.ref_name }}
2727 gitlab-mirror :
28- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
28+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
2929 runs-on : ubuntu-latest
3030 steps :
3131 - uses : actions/checkout@v1
3232 - name : Mirror + trigger CI
3333 uses : tkf2019/gitlab-mirror-and-ci-action@master
3434 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 "
3636 env :
3737 GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
3838 GITLAB_PROJECT_ID : " 34689"
39- GITLAB_PROJECT_NAME : " rcore-tutorial-code-2024a "
39+ GITLAB_PROJECT_NAME : " rcore-tutorial-code-2025s "
4040 GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
4141 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments