Skip to content

Commit

Permalink
update deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier committed Mar 16, 2024
1 parent 967fc74 commit 52ddc93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
run: npm ci
- name: Build with Next.js
run: npm run build
- name: List directories
run: ls
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: ./.next

# Deployment job
deploy:
Expand Down

0 comments on commit 52ddc93

Please sign in to comment.