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: |