Explorar el Código

fix: preserve git history

Ayush Sharma hace 5 días
padre
commit
a58d123136
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: