Run deployment after successful main builds
All checks were successful
Build and deploy the book / book (push) Successful in 5s

This commit is contained in:
Simon 2026-08-20 10:01:41 +01:00
parent b7b20109d6
commit e6ab24512f

View file

@ -25,7 +25,7 @@ jobs:
test -f _book/index.html
- name: Deploy successful main build
if: github.ref == 'refs/heads/main'
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
env:
DEPLOY_KEY: ${{ secrets.EACOMPANION_DEPLOY_KEY }}
run: |