Skip to content

Commit 45279a7

Browse files
committed
Fix nb.gv failure during docfx build
1 parent f8235e4 commit 45279a7

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
@@ -25,6 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2830
- name: ⚙ Install prerequisites
2931
run: ./init.ps1 -UpgradePrerequisites
3032

0 commit comments

Comments
 (0)