Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s

This commit is contained in:
xeovalyte 2024-01-19 12:20:37 +01:00
parent a315a722b2
commit ed65c73785

View File

@ -24,12 +24,12 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "me+ci@xeovalyte.dev"
- run: |
mkdir pages
cp -r site/* pages/
git submodule init
rm pages/*
cp site/* pages/*
- run: |
git add pages/
cd pages/
git add .
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git pull
- run: git push origin --delete pages
- run: git subtree push --prefix pages origin pages
git push
- run: curl https://docs.xeovalyte.dev/update/static