Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s

This commit is contained in:
xeovalyte 2024-01-19 12:33:29 +01:00
parent 80e757d607
commit 35815c34fd

View File

@ -24,7 +24,7 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "me+ci@xeovalyte.dev" git config --global user.email "me+ci@xeovalyte.dev"
- run: | - run: |
git submodule update --init git submodule update --init --recursive --remote pages
ls -l ls -l
- run: | - run: |
cp site/* pages/* cp site/* pages/*