ci: fixup
This commit is contained in:
parent
98ed6a5f4b
commit
9a718580f7
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Run tox to build site
|
||||
run: tox
|
||||
- name: Deploy
|
||||
if: github.event == 'push'
|
||||
if: github.event_name == 'push'
|
||||
env:
|
||||
LEKTOR_DEPLOY_USERNAME: ${{ secrets.LEKTOR_DEPLOY_USERNAME }}
|
||||
LEKTOR_DEPLOY_PASSWORD: ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}
|
||||
|
|
Loading…
Reference in New Issue