why didnt it copy?
All checks were successful
Build on RHEL9 / build (push) Successful in 3m27s
Build on RHEL8 / build (push) Successful in 4m32s

This commit is contained in:
2026-01-13 17:29:30 +01:00
parent 2029984665
commit a4f75bd17c

View File

@@ -88,7 +88,7 @@ jobs:
- name: Copy documentation and Release notes to versioned folder - name: Copy documentation and Release notes to versioned folder
# if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
run: | run: |
VERSION="${{ steps.version.outputs.version }}" VERSION="${{ steps.version.outputs.version }}"
mkdir -p "gh-pages/${VERSION}" mkdir -p "gh-pages/${VERSION}"
@@ -100,7 +100,6 @@ jobs:
fi fi
- name: Commit and Push changes to gh-pages - name: Commit and Push changes to gh-pages
# if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
run: | run: |
cd gh-pages cd gh-pages
git config --global user.name 'github-actions' git config --global user.name 'github-actions'