Merge pull request #4 from derekslenk/disable-deploy

Update nextjs.yml
This commit is contained in:
Derek Slenk 2025-06-26 22:38:53 -04:00 committed by GitHub
commit ff695d5627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,13 +81,13 @@ jobs:
path: ./out path: ./out
# Deployment job # Deployment job
deploy: # deploy:
environment: # environment:
name: github-pages # name: github-pages
url: ${{ steps.deployment.outputs.page_url }} # url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest # runs-on: ubuntu-latest
needs: build # needs: build
steps: # steps:
- name: Deploy to GitHub Pages # - name: Deploy to GitHub Pages
id: deployment # id: deployment
uses: actions/deploy-pages@v4 # uses: actions/deploy-pages@v4