diff --git a/.gitea/workflows/pages.yml b/.gitea/workflows/pages.yml index 75c30a4..b5c8e86 100644 --- a/.gitea/workflows/pages.yml +++ b/.gitea/workflows/pages.yml @@ -24,7 +24,7 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "me+ci@xeovalyte.dev" - run: | - git submodule update --init + git submodule update --init --recursive --remote pages ls -l - run: | cp site/* pages/*