Skip to content

Commit 62cb2c0

Browse files
authored
Update deploy_v2.yml
Setting fetch-depth to 0 to support the git-revision-date plugin.
1 parent 72fc7d3 commit 62cb2c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_v2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0
1416
- uses: actions/setup-python@v2
1517
with:
1618
python-version: 3.x

0 commit comments

Comments
 (0)