Skip to content

Commit 33d70d4

Browse files
authored
Update pages.yml
1 parent 9a228e9 commit 33d70d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
8282
- name: Build with Next.js
8383
run: ${{ steps.detect-package-manager.outputs.manager }} run build
84+
- name: Print working directory
85+
run: pwd && ls
8486
- name: Upload artifact
8587
uses: actions/upload-pages-artifact@v3
8688
with:

0 commit comments

Comments
 (0)