Update .gitea/workflows/build.yaml
Some checks failed
Build / build (push) Failing after 44s

This commit is contained in:
themixedupstuff 2024-03-19 21:19:55 +01:00
parent 0d3b1760e3
commit ed99bf210b

@ -17,8 +17,10 @@ jobs:
run: apt install -y docker.io docker-compose
- name: Check repository out.
uses: actions/checkout@v3
- name: "Where are my files????"
run: ls -la
with:
submodules: recursive
#- name: "Where are my files????"
# run: ls -la
- name: Run Build Script
run: docker-compose run build
working-directory: ${{ gitea.workspace }}