From 3f880ab087090a1b01108297e4a016a3cfbe5132 Mon Sep 17 00:00:00 2001 From: JustinVollmer Date: Thu, 27 Feb 2025 23:18:22 +0100 Subject: [PATCH] fix --- .gitea/workflows/pages-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index 3a4ee27..002871b 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -10,7 +10,7 @@ on: # Runs on pushes targeting the default branch push: branches: - - main + - dev # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -37,11 +37,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: "main" + ref: "dev" - name: checkout pages uses: actions/checkout@v4 with: - ref: "pages" + ref: "main" path: "pages" - name: Setup Ruby run: |