From 33170c04d941b0b0f603ec9bfca527e3f1e5c5ea Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:29:43 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dd4a1a..192b799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Build docs uses: VaultVulp/action-pipenv@v2.0.1 with: - command: run mkdocs build + command: git config --global --add safe.directory "/github/workspace" && run mkdocs build - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 with: