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: |
|
||||
git submodule update --init --recursive --remote pages
|
||||
- run: |
|
||||
rm pages/*
|
||||
cp site/* pages/
|
||||
rm pages/* -r
|
||||
cp site/* pages/ -r
|
||||
- run: |
|
||||
cd pages/
|
||||
git add .
|
||||
|
Loading…
Reference in New Issue
Block a user