Skip to content

Commit 9dc4a08

Browse files
committed
ci: change deploy workflow fetch-depth to 1
1 parent 1c13070 commit 9dc4a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v6
3030
with:
31-
fetch-depth: 0
31+
fetch-depth: 1
3232

3333
- name: Setup Node
3434
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)