Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 053a479

Browse files
committedJun 13, 2025·
fix: debug docker build workflow in github actions
1 parent 90eac87 commit 053a479

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v3
1313

14+
# Step 2: Debug: Verify api_stats.sh and repository content
15+
- name: List repository files
16+
run: ls -R .; pwd
1417
- name: Set up Docker Buildx
1518
uses: docker/setup-buildx-action@v1
1619

0 commit comments

Comments
 (0)
Please sign in to comment.