Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 25s
Some checks failed
Continuous Integration / build (push) Failing after 25s
This commit is contained in:
@@ -21,8 +21,9 @@ jobs:
|
||||
|
||||
# Commit and push all changed files.
|
||||
- run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.name "${{ env.GITHUB_USER }}"
|
||||
git config --global user.email "me+ci@xeovalyte.dev"
|
||||
git config --global user.password "${{GITHUB_TOKEN}}"
|
||||
- run: |
|
||||
git submodule update --init --recursive --remote pages
|
||||
- run: |
|
||||
@@ -30,8 +31,6 @@ jobs:
|
||||
cp site/* pages/ -r
|
||||
- run: |
|
||||
cd pages/
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "me+ci@xeovalyte.dev"
|
||||
git add .
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git push origin HEAD:pages
|
||||
|
Reference in New Issue
Block a user