Fix docs version (#659)

Fetch full history of the repo for accurate version info
This commit is contained in:
Changho Hwang
2025-10-23 11:14:27 -07:00
committed by GitHub
parent a48421872e
commit 58996b5c51
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Fetch full history for accurate version info
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5

View File

@@ -26,6 +26,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Fetch full history for accurate version info
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v5
with: