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:37:00 +01:00
parent 35815c34fd
commit 8ca6e3a182

View File

@ -25,9 +25,9 @@ jobs:
git config --global user.email "me+ci@xeovalyte.dev" git config --global user.email "me+ci@xeovalyte.dev"
- run: | - run: |
git submodule update --init --recursive --remote pages git submodule update --init --recursive --remote pages
ls -l
- run: | - run: |
cp site/* pages/* rm pages/*
cp site/* pages/
- run: | - run: |
cd pages/ cd pages/
git add . git add .