Sfoglia il codice sorgente

fix: preserve git history

Ayush Sharma 5 giorni fa
parent
commit
a58d123136
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: