Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 25s
Some checks failed
Continuous Integration / build (push) Failing after 25s
This commit is contained in:
parent
8ca6e3a182
commit
bfeb4961c1
@ -26,8 +26,8 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
git submodule update --init --recursive --remote pages
|
git submodule update --init --recursive --remote pages
|
||||||
- run: |
|
- run: |
|
||||||
rm pages/*
|
rm pages/* -r
|
||||||
cp site/* pages/
|
cp site/* pages/ -r
|
||||||
- run: |
|
- run: |
|
||||||
cd pages/
|
cd pages/
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
Reference in New Issue
Block a user