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
38225f3951
commit
868cd3da51
@ -25,13 +25,13 @@ jobs:
|
||||
git config --global user.email "me+gitea@xeovalyte.dev"
|
||||
git config --global user.password "${{ secrets.PASSWORD }}"
|
||||
- run: |
|
||||
git submodule update --init --recursive --remote pages
|
||||
git clone -b pages https://gitea.xeovalyte.dev/xeovalyte/static.git
|
||||
- run: |
|
||||
rm pages/* -r
|
||||
cp site/* pages/ -r
|
||||
rm static/* -r
|
||||
cp site/* static/ -r
|
||||
- run: |
|
||||
cd pages/
|
||||
cd static/
|
||||
git add .
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git push origin HEAD:pages
|
||||
git push
|
||||
- run: curl https://docs.xeovalyte.dev/update/static
|
||||
|
Loading…
Reference in New Issue
Block a user