Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s
Some checks failed
Continuous Integration / build (push) Failing after 24s
This commit is contained in:
parent
36d968d053
commit
0b450723b7
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git worktree add deploy pages --no-checkout
|
||||
git worktree add deploy pages
|
||||
git add deploy/
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git push -u origin pages --force
|
||||
|
Loading…
Reference in New Issue
Block a user