Skip to content

Commit 9df19f9

Browse files
committed
fix checkout history during release
1 parent 0a77cd9 commit 9df19f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154

155155
steps:
156156
- uses: actions/checkout@v3
157+
# We need the entire git history for building the docs
158+
with:
159+
fetch-depth: 0
157160

158161
- name: Set up Python 3.10
159162
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)