Skip to content

Commit a0d045b

Browse files
committed
Update 2025S
1 parent e9cab0e commit a0d045b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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
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}}

0 commit comments

Comments
 (0)