Skip to content

Commit

Permalink
Pull latest content in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Mar 5, 2025
1 parent a128512 commit a5ed638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
submodules: recursive
token: ${{ secrets.GH_PAT }}

- name: Update content submodule to latest main
run: |
git submodule update --remote
- name: Cache assets
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a5ed638

Please sign in to comment.