From a169c8e9bd2edd32ba9c119992cc5aed85fe297e Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Sun, 12 Oct 2025 15:32:04 -0500 Subject: [PATCH] ci(doc): Fix fetch depth for running on releases properly --- .github/workflows/build_and_publish_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish_docs.yml b/.github/workflows/build_and_publish_docs.yml index 2e243955c..1955e2ebc 100644 --- a/.github/workflows/build_and_publish_docs.yml +++ b/.github/workflows/build_and_publish_docs.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 with: - fetch-depth: 1 + fetch-depth: 0 fetch-tags: true - name: Set up Python