Skip to content

Commit c62efce

Browse files
authored
docs(build): fetch all commits to enable proper dynamic versioning in the docs build (#10184)
1 parent 9642182 commit c62efce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ibis-docs-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757

5858
- name: checkout
5959
uses: actions/checkout@v4
60+
with:
61+
fetch-depth: 0
6062

6163
- name: restore cache of the previously rendered notebooks
6264
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)