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 }}