From 1b9a07b9234b1e50f04b2af7a509af6bb57c3315 Mon Sep 17 00:00:00 2001 From: eya46 <61458340+eya46@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:01:53 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Docs:=20=E4=BF=AE=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E6=A1=A3=20Last=20updated=20author=20=E9=94=99=E8=AF=AF=20(#22?= =?UTF-8?q?41)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/website-deploy.yml | 2 ++ .github/workflows/website-preview.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1bd2c67b..c301c44f 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Python Environment uses: ./.github/actions/setup-python diff --git a/.github/workflows/website-preview.yml b/.github/workflows/website-preview.yml index 519f66e7..2eefddd0 100644 --- a/.github/workflows/website-preview.yml +++ b/.github/workflows/website-preview.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} + fetch-depth: 0 - name: Setup Python Environment uses: ./.github/actions/setup-python