diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 48ac87589..6078da442 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Clone Github Repo Action uses: actions/checkout@v4 + with: + submodules: true - name: Setup apptainer uses: eWaterCycle/setup-apptainer@v2.0.0 - name: Get container from cache