Skip to content

Commit e8494e6

Browse files
author
Darius Neațu
committed
Optimize checkout: change fetch-depth from 0 to 1 for better performance
1 parent 692aef4 commit e8494e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout website repo
4949
uses: actions/checkout@v4
5050
with:
51-
fetch-depth: 0
51+
fetch-depth: 1
5252

5353
- name: Checkout beman repo
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)