Skip to content

Commit 55378df

Browse files
committed
Update docs checkout to use fetch-depth: 0
1 parent 4fd1450 commit 55378df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: 📥 Checkout the repository
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
with:
34+
fetch-depth: 0
3335

3436
- name: 🐍 Set up Python ${{ matrix.python-version }}
3537
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0

0 commit comments

Comments
 (0)