diff --git a/.github/workflows/root-relpage-ci.yml b/.github/workflows/root-relpage-ci.yml index 13e084ea151b6..96984be615422 100644 --- a/.github/workflows/root-relpage-ci.yml +++ b/.github/workflows/root-relpage-ci.yml @@ -56,13 +56,13 @@ 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 - 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