diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9840a94..c580fe4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: true + - name: Update submodules + run: git submodule update --init --recursive --remote - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact