Skip to content

Commit f45f4f5

Browse files
Merge pull request #10 from no-witness-labs/fix/nextra-shallow-clone
fix: resolve nextra shallow clone warning and improve docs deployment
2 parents 6ebc6e3 + aefef96 commit f45f4f5

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)