diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 73863c9..52b72a8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,8 +14,8 @@ jobs: build: runs-on: homelab steps: - # - name: Configure git - # run: | #git config --global --add safe.directory /servers/site + - name: Configure git + run: git config --global --add safe.directory /servers/site - name: Pull working-directory: /servers/site