From 198824979be6825a2110c065249cf679d39be85b Mon Sep 17 00:00:00 2001 From: G-Fourteen Date: Sat, 1 Nov 2025 07:15:37 -0600 Subject: [PATCH] chore: remove duplicate pages deployment --- .github/workflows/main-branch.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/main-branch.yml b/.github/workflows/main-branch.yml index 1bb95e3..58187df 100644 --- a/.github/workflows/main-branch.yml +++ b/.github/workflows/main-branch.yml @@ -177,17 +177,3 @@ jobs: if: needs.tests.outputs.status == 'failed' run: exit 1 - deploy: - name: Deploy to Pages - runs-on: ubuntu-latest - needs: build_artifacts - if: needs.build_artifacts.outputs.status == 'success' - environment: - name: github-pages - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 - - outputs: - page_url: ${{ steps.deployment.outputs.page_url }}