Skip to content

Commit 3590af2

Browse files
committed
chore(4829) add file structure step to deploy
1 parent fee568e commit 3590af2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-push-maintenance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
2929
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
3030

31+
- name: Debug File Structure
32+
run: ls -laR
33+
3134
- name: Build and Push Docker Image
3235
uses: egose/actions/docker-build-push@f613e050592b8baa0706bda39574ef2eeedd7a4e
3336
with:

0 commit comments

Comments
 (0)