Skip to content

Commit aefef96

Browse files
committed
fix: use full git history for nextra documentation build
- Change fetch-depth from 2 to 0 to fetch full git history - This resolves nextra shallow clone warning and ensures proper file timestamps - Should fix documentation deployment issues
1 parent 6ebc6e3 commit aefef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:
27-
fetch-depth: 2
27+
fetch-depth: 0
2828

2929
- uses: pnpm/action-setup@v4
3030

0 commit comments

Comments
 (0)