Skip to content

Commit 6324d9f

Browse files
committed
Add fetch-depth=0
1 parent c5ae294 commit 6324d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719
- name: Build Website
1820
run: |
1921
git submodule update --init eng/submodules/silk.net-2.x

0 commit comments

Comments
 (0)