Skip to content

Commit

Permalink
Debug it remotely
Browse files Browse the repository at this point in the history
It works locally, the directory exists, not sure what's the matter here.
  • Loading branch information
edenreich committed Mar 10, 2024
1 parent 9462f8c commit 3e2d7ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ 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: Debug
run: |
echo "Debugging"
ls -la
ls -la ./out
echo "Debugging"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 3e2d7ca

Please sign in to comment.