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