Skip to content

Commit a58d123

Browse files
committed
fix: preserve git history
1 parent 376eea5 commit a58d123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
with:
35+
fetch-depth: 0 # To preserve the full git history for accurate timestamps
3436
- name: Setup pnpm
3537
uses: pnpm/action-setup@v3
3638
with:

0 commit comments

Comments
 (0)