Skip to content

Commit

Permalink
docs(build): fetch all commits to enable proper dynamic versioning in…
Browse files Browse the repository at this point in the history
… the docs build (#10184)
  • Loading branch information
cpcloud authored Sep 20, 2024
1 parent 9642182 commit c62efce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ibis-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:

- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: restore cache of the previously rendered notebooks
uses: actions/cache/restore@v4
Expand Down

0 comments on commit c62efce

Please sign in to comment.