From c62f9934d6b15f290f8c2316b3950a7473f0ac03 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:56:55 +0200 Subject: [PATCH] Update deploy.yml for workflows syntax --- .github/workflows/deploy.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1501fa4..84540da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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