typo in workflow
All checks were successful
Build on RHEL9 / build (push) Successful in 3m25s
Build on RHEL8 / build (push) Successful in 4m30s

This commit is contained in:
2026-01-13 16:52:50 +01:00
parent 9a8307e6ab
commit 2029984665

View File

@@ -74,9 +74,8 @@ jobs:
# Update main index if this is a release # Update main index if this is a release
- name: Update version index - name: Update version index
if: github.event_name == 'release'
run: | run: |
if [ "${{ github.event_name }}" == "release" ]; then
cd gh-pages
python docs/main_index/render_main_index.py \ python docs/main_index/render_main_index.py \
--version "${{ steps.version.outputs.version }}" \ --version "${{ steps.version.outputs.version }}" \
--date "$(date +'%d.%m.%Y')" --date "$(date +'%d.%m.%Y')"