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 6086394 commit 3a64c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
# - name: Static HTML export with Next.js
# run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: List directories
run: ls -l
run: ls -l -a
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: ./.next

# Deployment job
deploy:
Expand Down

0 comments on commit 3a64c19

Please sign in to comment.