File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
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
@@ -24,17 +24,17 @@ jobs:
2424 publish_dir : ./os/target/riscv64gc-unknown-none-elf/doc
2525 destination_dir : ${{ github.ref_name }}
2626 gitlab-mirror :
27- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
27+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
2828 runs-on : ubuntu-latest
2929 steps :
3030 - uses : actions/checkout@v1
3131 - name : Mirror + trigger CI
3232 uses : tkf2019/gitlab-mirror-and-ci-action@master
3333 with :
34- args : " https://git.tsinghua.edu.cn/os-lab/2024A /public/rcore-tutorial-code-2024A "
34+ args : " https://git.tsinghua.edu.cn/os-lab/2025S /public/rcore-tutorial-code-2025S "
3535 env :
3636 GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
3737 GITLAB_PROJECT_ID : " 34689"
38- GITLAB_PROJECT_NAME : " rcore-tutorial-code-2024A "
38+ GITLAB_PROJECT_NAME : " rcore-tutorial-code-2025S "
3939 GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
4040 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments