diff --git a/.gitea/workflows/pages.yml b/.gitea/workflows/pages.yml index 32c8fce..1097def 100644 --- a/.gitea/workflows/pages.yml +++ b/.gitea/workflows/pages.yml @@ -24,11 +24,9 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "me+ci@xeovalyte.dev" - run: | - git submodule init - git submodule update + git submodule update --init ls - run: | - rm pages/* cp site/* pages/* - run: | cd pages/