Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s
Some checks failed
Continuous Integration / build (push) Failing after 24s
This commit is contained in:
parent
35815c34fd
commit
8ca6e3a182
@ -25,9 +25,9 @@ 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 --recursive --remote pages
|
git submodule update --init --recursive --remote pages
|
||||||
ls -l
|
|
||||||
- run: |
|
- run: |
|
||||||
cp site/* pages/*
|
rm pages/*
|
||||||
|
cp site/* pages/
|
||||||
- run: |
|
- run: |
|
||||||
cd pages/
|
cd pages/
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
Reference in New Issue
Block a user