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
bfeb4961c1
commit
4f01f8d92c
@ -24,7 +24,7 @@ jobs:
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "me+ci@xeovalyte.dev"
|
||||
- run: |
|
||||
git submodule update --init --recursive --remote pages
|
||||
git submodule update --init --recursive --checkout --remote pages
|
||||
- run: |
|
||||
rm pages/* -r
|
||||
cp site/* pages/ -r
|
||||
|
Loading…
Reference in New Issue
Block a user