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: |
git submodule update --init --recursive --remote pages
- run: |
rm pages/*
cp site/* pages/
rm pages/* -r
cp site/* pages/ -r
- run: |
cd pages/
git add .