mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
ci: fixup
This commit is contained in:
parent
98ed6a5f4b
commit
9a718580f7
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
Block a user