Skip to content

Commit

Permalink
Have github action do submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Sep 19, 2024
1 parent 2965766 commit fbe6a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
with:
submodules: true
- name: Setup apptainer
uses: eWaterCycle/[email protected]
- name: Get container from cache
Expand Down

0 comments on commit fbe6a41

Please sign in to comment.