Browse Source

fix: preserve git history

Ayush Sharma 5 ngày trước cách đây
mục cha
commit
a58d123136
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/deploy.yml

+ 2 - 0
.github/workflows/deploy.yml

@@ -31,6 +31,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v4
+        with:
+          fetch-depth: 0 # To preserve the full git history for accurate timestamps
       - name: Setup pnpm
         uses: pnpm/action-setup@v3
         with: