- commit
- f294f6b
- parent
- e9a2f04
- author
- FBIK.
- date
- 2025-12-11 13:10:09 +0000 UTC
Merge pull request #29 from FBIKdot/fbik-patch 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 : |