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:55:04 +01:00
parent 9f7b3237cf
commit fcf9bed24a

View File

@ -30,4 +30,4 @@ jobs:
cp -r site/* pages/
git add pages/
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git subtree push --prefix deploy origin pages
git subtree push --prefix pages origin pages