Skip to content

Commit

Permalink
See if fetching all pulls in the tags?
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jan 23, 2025
1 parent a7f4264 commit c5ae294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Build Website
run: |
git submodule update --init eng/submodules/silk.net-2.x
cd eng/submodules/silk.net-2.x
git fetch --all
cd ../../..
./build.sh website
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c5ae294

Please sign in to comment.