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

This commit is contained in:
xeovalyte 2024-01-19 12:23:35 +01:00
parent 1428ef954a
commit de00af336f

View File

@ -26,6 +26,8 @@ jobs:
- run: | - run: |
git submodule init git submodule init
git submodule update git submodule update
ls
- run: |
rm pages/* rm pages/*
cp site/* pages/* cp site/* pages/*
- run: | - run: |