Skip to content

Commit

Permalink
fix: prevent crash if no update in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Feb 20, 2024
1 parent 98e67b6 commit 119b584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
node-version: 18.14
- name: Fetch submodules
continue-on-error: true
run: |
git submodule update --init --recursive --checkout -f --remote -- "content"
git config --global user.name "GitHub Action"
Expand Down

0 comments on commit 119b584

Please sign in to comment.