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
de00af336f
commit
e8448193f8
@ -24,11 +24,9 @@ jobs:
|
|||||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||||
git config --global user.email "me+ci@xeovalyte.dev"
|
git config --global user.email "me+ci@xeovalyte.dev"
|
||||||
- run: |
|
- run: |
|
||||||
git submodule init
|
git submodule update --init
|
||||||
git submodule update
|
|
||||||
ls
|
ls
|
||||||
- run: |
|
- run: |
|
||||||
rm pages/*
|
|
||||||
cp site/* pages/*
|
cp site/* pages/*
|
||||||
- run: |
|
- run: |
|
||||||
cd pages/
|
cd pages/
|
||||||
|
Loading…
Reference in New Issue
Block a user