Update nextjs.yml
This commit is contained in:
parent
bcc53fb500
commit
740f7ccf97
1 changed files with 10 additions and 10 deletions
20
.github/workflows/nextjs.yml
vendored
20
.github/workflows/nextjs.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue