From b9bed025f193b0ac3486d967d802d043acd95ede Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 19 May 2026 15:04:24 +0200 Subject: [PATCH 1/2] [ci] Change workflow step name --- .github/workflows/root-relpage-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-relpage-ci.yml b/.github/workflows/root-relpage-ci.yml index 13e084ea151b6..ab92760fbcd9f 100644 --- a/.github/workflows/root-relpage-ci.yml +++ b/.github/workflows/root-relpage-ci.yml @@ -56,7 +56,7 @@ jobs: make-release-page: runs-on: ubuntu-latest steps: - - name: Checkout the official ROOT repo + - name: Checkout the ROOT Website repo uses: actions/checkout@v6 with: repository: root-project/web From 4526c173ef0d3814d1f8fc070de9f48a0284e878 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 19 May 2026 15:05:01 +0200 Subject: [PATCH 2/2] [ci] Use correct releases directory location --- .github/workflows/root-relpage-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-relpage-ci.yml b/.github/workflows/root-relpage-ci.yml index ab92760fbcd9f..96984be615422 100644 --- a/.github/workflows/root-relpage-ci.yml +++ b/.github/workflows/root-relpage-ci.yml @@ -63,6 +63,6 @@ jobs: - uses: cvmfs-contrib/github-action-cvmfs@v4 - name: Create release page run: | - cd web/_releases + cd _releases python3 make-release-page.py --force release-${{ inputs.major }}${{ inputs.minor }}${{ inputs.patch }}.md cat release-${{ inputs.major }}${{ inputs.minor }}${{ inputs.patch }}.md \ No newline at end of file