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:21:36 +01:00
parent ed65c73785
commit 1428ef954a

View File

@ -25,6 +25,7 @@ jobs:
git config --global user.email "me+ci@xeovalyte.dev"
- run: |
git submodule init
git submodule update
rm pages/*
cp site/* pages/*
- run: |