Run deployment after successful main builds
All checks were successful
Build and deploy the book / book (push) Successful in 5s
All checks were successful
Build and deploy the book / book (push) Successful in 5s
This commit is contained in:
parent
b7b20109d6
commit
e6ab24512f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
test -f _book/index.html
|
test -f _book/index.html
|
||||||
|
|
||||||
- name: Deploy successful main build
|
- name: Deploy successful main build
|
||||||
if: github.ref == 'refs/heads/main'
|
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
|
||||||
env:
|
env:
|
||||||
DEPLOY_KEY: ${{ secrets.EACOMPANION_DEPLOY_KEY }}
|
DEPLOY_KEY: ${{ secrets.EACOMPANION_DEPLOY_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue