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

This commit is contained in:
xeovalyte 2024-01-18 14:52:36 +01:00
parent e07e772e61
commit 9f7b3237cf

View File

@ -24,9 +24,10 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git subtree add --prefix=pages origin/pages --squash
git subtree pull --prefix=pages pages
git subtree add --prefix=pages origin/pages
git subtree pull --prefix=pages origin pages
rm -rf pages/*
cp -r site/* pages/
git add pages/
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git subtree push --prefix deploy origin pages