Skip to content

Commit

Permalink
Add git pull option
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Jan 15, 2025
1 parent 78f1e7b commit b1a4194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout source-data
run: |
git submodule update --init
git submodule foreach 'git pull origin master'
git submodule foreach 'git pull --ff-only origin master'
- name: Deploy
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit b1a4194

Please sign in to comment.