diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index ec98995..1706abb 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -9,6 +9,8 @@ on: jobs: sync-source: runs-on: ubuntu-latest + container: + volumes: /data:/data steps: - name: Run sync script run: /data/sync.sh