diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 20a554d..23948d9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: container: image: iohubdev/ci-tools:latest volumes: - - /public/:/public/ + - /home/dany/public/:/public/ steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"