Update deploy.yml

This commit is contained in:
Mickaël 2025-08-28 14:07:53 +02:00 committed by GitHub
parent 5226a5102c
commit c5e09243fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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