Skip to content

Commit c5ae294

Browse files
committed
See if fetching all pulls in the tags?
1 parent a7f4264 commit c5ae294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Build Website
1818
run: |
1919
git submodule update --init eng/submodules/silk.net-2.x
20+
cd eng/submodules/silk.net-2.x
21+
git fetch --all
22+
cd ../../..
2023
./build.sh website
2124
env:
2225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)