Skip to content

Commit

Permalink
Ensure submodule is correctly initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsejse committed Nov 10, 2024
1 parent 598952d commit 0942105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/automatic_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
pip install requests
pip install beautifulsoup4
- name: Remove cached submodule data
run: |
git submodule deinit -f utilities
rm -rf .git/modules/utilities
git submodule update --init --recursive
- name: Run README update script
run: python utilities/scripts/update_readme.py

Expand Down

0 comments on commit 0942105

Please sign in to comment.