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