Skip to content

Commit 442dc58

Browse files
fix: add fetch-depth: 0 to checkout step for drawio-export-action
1 parent fed427a commit 442dc58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 0
3133

3234
- name: Setup Ruby for Asciidoctor
3335
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)