Skip to content

Commit 8088f33

Browse files
committed
Update 2025S
1 parent 1b5aca1 commit 8088f33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
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}}

0 commit comments

Comments
 (0)