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
9f7b3237cf
commit
fcf9bed24a
@ -30,4 +30,4 @@ jobs:
|
|||||||
cp -r site/* pages/
|
cp -r site/* pages/
|
||||||
git add pages/
|
git add pages/
|
||||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||||
git subtree push --prefix deploy origin pages
|
git subtree push --prefix pages origin pages
|
||||||
|
Loading…
Reference in New Issue
Block a user