- commit
- 7914a20
- parent
- 2323f93
- author
- FBIK.
- date
- 2025-12-11 13:10:38 +0000 UTC
fix: add fetch-depth option to checkout step in deploy workflow
1 files changed,
+2,
-0
+2,
-0
1@@ -23,6 +23,8 @@ jobs:
2 steps:
3 - name: Checkout
4 uses: actions/checkout@v4
5+ with:
6+ fetch-depth: 0
7
8 - name: Setup pgit
9 run : |