From 21503710e7380500c21b9dba8c99a0b5a5dfe9c8 Mon Sep 17 00:00:00 2001 From: JiaoShuntian Date: Fri, 24 Jul 2026 18:29:39 +0800 Subject: [PATCH] Enable unsafe PR checkout in workflow --- .github/workflows/pr-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 8501f67..7cf1f46 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -19,6 +19,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} path: ivorysql_doc + allow-unsafe-pr-checkout: true - name: Fetch All Relevant Branches into Local Docs Repo working-directory: ./ivorysql_doc