Răsfoiți Sursa

fix: preserve git history

Ayush Sharma 5 zile în urmă
părinte
comite
a58d123136
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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: