Skip to content

Commit 0c3bcb0

Browse files
committed
set fetch depth to get all revs
1 parent 02f50d0 commit 0c3bcb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2325
- name: restore cargo cache
2426
id: restore-cargo-cache
2527
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)