فهرست منبع

fix: preserve git history

Ayush Sharma 5 روز پیش
والد
کامیت
a58d123136
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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: