Skip to content

Commit fbe6a41

Browse files
author
Derek Hower
committed
Have github action do submodule checkout
1 parent 2965766 commit fbe6a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Clone Github Repo Action
2222
uses: actions/checkout@v4
23+
with:
24+
submodules: true
2325
- name: Setup apptainer
2426
uses: eWaterCycle/[email protected]
2527
- name: Get container from cache

0 commit comments

Comments
 (0)