Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier authored Mar 16, 2024
1 parent 95b7ed2 commit 7cc7c94
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,8 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.runner }} npx --no-install next build
# - name: Static HTML export with Next.js
# run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Check Node.js version
run: node -v
- name: List build directories
run: |
echo "Listing .next directory:"
ls -la .next
echo "Listing out directory:"
ls -la out
- name: Make out folder
run: mkdir out
# - name: List directories
# run: ls -l -a
- name: Upload artifact
Expand Down

0 comments on commit 7cc7c94

Please sign in to comment.