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
d343c4c6d6
commit
84e5cc9cf5
@ -23,10 +23,8 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||||
git config --global user.email "username@users.noreply.github.com"
|
git config --global user.email "username@users.noreply.github.com"
|
||||||
- run: git subtree add --prefix pages origin/pages
|
|
||||||
- run: git subtree pull --prefix=pages origin pages
|
|
||||||
- run: |
|
- run: |
|
||||||
rm -rf pages/*
|
mkdir pages
|
||||||
cp -r site/* pages/
|
cp -r site/* pages/
|
||||||
- run: |
|
- run: |
|
||||||
git add pages/
|
git add pages/
|
||||||
|
Loading…
Reference in New Issue
Block a user