From e8448193f8cea3a57258d07e51fe2c269486170d Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 19 Jan 2024 12:25:20 +0100 Subject: [PATCH] Update .gitea/workflows/pages.yml --- .gitea/workflows/pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/