Skip to content

Commit c797c5c

Browse files
chore(ci): add list to build for debugging
1 parent f7103da commit c797c5c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,14 @@ jobs:
7777
SITE_PASSWORD: ${{ secrets.SITE_PASSWORD }}
7878
NEXT_PUBLIC_DOMAIN: ${{ secrets.NEXT_PUBLIC_DOMAIN }}
7979

80+
- name: List .next directory
81+
run: ls -la .next
82+
8083
- name: Upload build artifacts
8184
uses: actions/upload-artifact@v4
8285
with:
8386
name: build-artifacts
84-
path: .next
87+
path: ./.next
8588
retention-days: 7
8689

8790
test:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)