Skip to content

Commit f294f6b

Browse files
authored
Merge pull request #29 from FBIKdot/fbik-patch
fix: add fetch-depth option to checkout step in deploy workflow
2 parents e9a2f04 + 7914a20 commit f294f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
2628

2729
- name: Setup pgit
2830
run : |

0 commit comments

Comments
 (0)