Where did my files go?
Some checks failed
Build / build (push) Failing after 42s

This commit is contained in:
themixedupstuff 2024-03-19 20:46:38 +01:00
parent 8a0f1ba704
commit 6e670cb57c

@ -17,6 +17,8 @@ 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
- name: Run Build Script
run: docker-compose run build
working-directory: ${{ gitea.workspace }}