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

This commit is contained in:
xeovalyte 2024-01-19 12:37:56 +01:00
parent 8ca6e3a182
commit bfeb4961c1

View File

@ -26,8 +26,8 @@ jobs:
- run: | - run: |
git submodule update --init --recursive --remote pages git submodule update --init --recursive --remote pages
- run: | - run: |
rm pages/* rm pages/* -r
cp site/* pages/ cp site/* pages/ -r
- run: | - run: |
cd pages/ cd pages/
git add . git add .