Update deploy.yml
This commit is contained in:
parent
5226a5102c
commit
c5e09243fa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Update bot files
|
- name: Update bot files
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --add safe.directory $DEPLOY_PATH
|
||||||
cd $DEPLOY_PATH
|
cd $DEPLOY_PATH
|
||||||
if [ ! -d ".git" ]; then
|
if [ ! -d ".git" ]; then
|
||||||
git init
|
git init
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue