From feea215b890cecdbfe12686e1cc5353487ad839b Mon Sep 17 00:00:00 2001 From: SimonBoothroyd Date: Sun, 5 May 2024 20:47:59 -0400 Subject: [PATCH] Fix docs builds --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0aac474..d6a5cb6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,7 +41,7 @@ jobs: git config --global --add safe.directory "$PWD" git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - git pull origin gh-pages + git pull origin gh-pages --allow-unrelated-histories git fetch --all --prune make env