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:46:57 +01:00
parent afe519e6d6
commit 3801ba1d8e

View File

@ -30,6 +30,8 @@ jobs:
cp site/* pages/ -r cp site/* pages/ -r
- run: | - run: |
cd pages/ cd pages/
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "me+ci@xeovalyte.dev"
git add . git add .
git commit -m "${{ env.CI_COMMIT_MESSAGE }}" git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push origin HEAD:pages git push origin HEAD:pages