We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a228e9 commit 33d70d4Copy full SHA for 33d70d4
.github/workflows/pages.yml
@@ -81,6 +81,8 @@ jobs:
81
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
82
- name: Build with Next.js
83
run: ${{ steps.detect-package-manager.outputs.manager }} run build
84
+ - name: Print working directory
85
+ run: pwd && ls
86
- name: Upload artifact
87
uses: actions/upload-pages-artifact@v3
88
with:
0 commit comments