Update action to force copy
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update wiki
|
- name: Update wiki
|
||||||
run: |
|
run: |
|
||||||
cp -r home.md wiki/Home.md
|
cp -rf home.md wiki/Home.md
|
||||||
cd wiki
|
cd wiki
|
||||||
git config user.name "gitea-actions"
|
git config user.name "gitea-actions"
|
||||||
git config user.email "gitea-actions@cusano.net"
|
git config user.email "gitea-actions@cusano.net"
|
||||||
|
|||||||
Reference in New Issue
Block a user