Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 22s
Some checks failed
Continuous Integration / build (push) Failing after 22s
This commit is contained in:
parent
6bfd50b383
commit
e07e772e61
@ -25,7 +25,7 @@ jobs:
|
||||
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 origin/pages
|
||||
git subtree pull --prefix=pages pages
|
||||
rm -rf pages/*
|
||||
cp -r site/* pages/
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
|
Loading…
Reference in New Issue
Block a user