From ebfe8e149154acb7d90ca46436fa8bd3ca8eaec2 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 7 Aug 2024 12:17:51 +0200 Subject: [PATCH] deploy to interim branch --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30d5bee7b..0fccc0aa7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,5 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4.6.1 with: - BRANCH: main # The branch the action should deploy to. - FOLDER: . # The folder the action should deploy. - CLEAN: false # Automatically remove deleted files from the deploy branch + BRANCH: interim # The branch the action should deploy to. + FOLDER: interim # The folder the action should deploy.