Update .gitea/workflows/pages.yml
All checks were successful
Continuous Integration / build (push) Successful in 26s
All checks were successful
Continuous Integration / build (push) Successful in 26s
This commit is contained in:
parent
30074a3da0
commit
cb50b83166
@ -22,7 +22,7 @@ jobs:
|
||||
# Commit and push all changed files.
|
||||
- run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git config --global user.email "me+ci@xeovalyte.dev"
|
||||
- run: |
|
||||
mkdir pages
|
||||
cp -r site/* pages/
|
||||
@ -30,4 +30,5 @@ jobs:
|
||||
git add pages/
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git pull
|
||||
- run: git subtree push --prefix pages origin gitea-pages
|
||||
- run: git push origin --delete pages
|
||||
- run: git subtree push --prefix pages origin pages
|
||||
|
Loading…
Reference in New Issue
Block a user