Skip to content

Commit

Permalink
Change submodule update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Jan 15, 2025
1 parent b1a4194 commit 83eb392
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- name: Checkout source-data
run: |
git submodule update --init
git submodule foreach 'git pull --ff-only origin master'
git submodule update --remote
- name: Deploy
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 83eb392

Please sign in to comment.