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:30:25 +01:00
parent e8448193f8
commit 80e757d607

View File

@ -25,7 +25,7 @@ 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 git submodule update --init
ls ls -l
- run: | - run: |
cp site/* pages/* cp site/* pages/*
- run: | - run: |