From e506e668ac14575ee33da53253677516fd75902a Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 11 Sep 2024 11:48:06 -0400 Subject: [PATCH] CI: need fetch-depth 0 for docs build --- .github/workflows/ci-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bc0f91c7..b59999a5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -226,6 +226,7 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' + fetch-depth: 0 - name: Set up Python 3.9 uses: actions/setup-python@v5