Skip to content

Commit 240b005

Browse files
committed
fix mdbook build for dynamic URLs
1 parent 258e5a7 commit 240b005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17+
with:
18+
fetch-depth: 0 # Fetch all history for all tags
1719

1820
- name: Setup mdBook
1921
uses: peaceiris/actions-mdbook@v1

0 commit comments

Comments
 (0)