Skip to content

Commit

Permalink
Checkout submodules in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 4, 2024
1 parent 755a504 commit 913a2fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: ome/spec-prod@main
with:
GH_PAGES_BRANCH: gh-pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: actions/setup-python@v2
with:
python-version: '3.9'
Expand Down

0 comments on commit 913a2fd

Please sign in to comment.