From 702083e961e8c261a6c53f535047da4b8cdfbfc2 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Thu, 21 Mar 2024 18:24:22 +0300 Subject: [PATCH] YEss another useless push. --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 59a6bd9..cdd48cc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,7 +20,9 @@ jobs: with: submodules: recursive - name: "Where are my files????" - run: ls -laR + run: | + bash -c "pwd && ls -laR" + - name: Run Build Script run: docker-compose run build working-directory: ${{ gitea.workspace }}