Skip to content

Commit 81ca00e

Browse files
authored
Update automated-publish-docs.yaml
1 parent 4d42143 commit 81ca00e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automated-publish-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Get all v*.* branches
2426
id: calculate-env
@@ -48,7 +50,6 @@ jobs:
4850
uses: actions/checkout@v4
4951
with:
5052
ref: ${{ needs.env.outputs.CURRENT_BRANCH }}
51-
fetch-depth: 0
5253

5354
- name: setup python
5455
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)