Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsoule authored Feb 21, 2024
1 parent e45e967 commit 26ac67e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
# A file, directory or wildcard pattern that describes what to upload
path: ./out
# The desired behavior if no files are found using the provided path.



# Deployment job
deploy:
Expand Down

0 comments on commit 26ac67e

Please sign in to comment.