Update deploy.yml for workflows syntax

This commit is contained in:
niclaz 2024-09-05 19:56:55 +02:00 committed by GitHub
parent 5200f45d7e
commit c62f9934d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

@ -8,13 +8,10 @@ on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
workflow_run:
workflows: ["Synchronize data"]
workflows: ["Synchronize data"] ["Upload GitHub Pages artifact"]
types:
- completed
workflows: ["Upload GitHub Pages artifact"]
types:
- completed
# Allow this job to clone the repo and create a page deployment
permissions:
actions: read