From f82fc009e229db915771ec31f855d62de88ec093 Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Fri, 24 Nov 2023 23:50:56 +0100 Subject: [PATCH] temp: Deploy website --- .github/workflows/website-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1f36530c..b22e242e 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -2,9 +2,7 @@ name: Deploy website on: push: - branches: ["dev"] - paths: - - website/** + branches: ["dev", "temp/deploy-website"] permissions: contents: read