Skip to content

Commit 13f3384

Browse files
authored
Merge pull request #28 from riscv-software-src/dhower/manual_appendix
Have github action do submodule checkout
2 parents 1c91dcc + fbe6a41 commit 13f3384

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)