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