deploy docs on release only
All checks were successful
Build on RHEL8 / build (push) Successful in 2m56s
Build on RHEL9 / build (push) Successful in 2m57s

This commit is contained in:
froejdh_e 2025-06-05 14:55:00 +02:00
parent b97f1e24f9
commit efd2338f54

View File

@ -55,7 +55,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- name: Deploy to GitHub Pages
id: deployment