diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0ed66109..a4158c26 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Build HTML uses: ammaraskar/sphinx-action@0.4 with: - pre-build-command: "apt-get update -y && apt-get install -y git" + pre-build-command: "apt-get update -y && apt-get install -y git && git config --global --add safe.directory /github/workspace" - name: Upload artifacts uses: actions/upload-artifact@v1 with: