Skip to content

Commit 12b2cc4

Browse files
committed
✏️ Set the fetch depth for getting the correct versioning info.
Signed-off-by: Chisanan232 <chi10211201@cycu.org.tw>
1 parent 9e6d8bb commit 12b2cc4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4
42+
with:
43+
fetch-depth: 0
4244

4345
- name: Install Python 3.12
4446
uses: actions/setup-python@v5
@@ -94,6 +96,8 @@ jobs:
9496
steps:
9597
- name: Checkout
9698
uses: actions/checkout@v4
99+
with:
100+
fetch-depth: 0
97101

98102
- name: Install Python 3.12
99103
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)