We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a484218 commit 58996b5Copy full SHA for 58996b5
.github/workflows/doc-build.yaml
@@ -14,6 +14,9 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
+ with:
18
+ # Fetch full history for accurate version info
19
+ fetch-depth: 0
20
21
- name: Setup Python
22
uses: actions/setup-python@v5
.github/workflows/gh-pages.yml
@@ -26,6 +26,9 @@ jobs:
26
27
28
29
30
31
32
- name: Setup python
33
34
with:
0 commit comments