Skip to content

Commit c7cf400

Browse files
committed
Add fetch-depth back to checkout
1 parent 0c00f3c commit c7cf400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-publish-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: 'Checkout'
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
with:
40+
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
4041
persist-credentials: false
4142

4243
- name: 'Setup .NET SDK'

0 commit comments

Comments
 (0)