From 740f7ccf9705f557a5d1ef711f9e3ba7663f94d8 Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Thu, 26 Jun 2025 22:38:23 -0400 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 974fcb9..0200770 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -81,13 +81,13 @@ jobs: path: ./out # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + # deploy: + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # runs-on: ubuntu-latest + # needs: build + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4