From a0b1c432d70ee93628f0f10b4b333b86610bd2c1 Mon Sep 17 00:00:00 2001 From: dorian Date: Wed, 22 Apr 2020 16:23:05 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from dorian --- config/plugins/git-sync.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/plugins/git-sync.yaml b/config/plugins/git-sync.yaml index 070b45b..1e1bb87 100644 --- a/config/plugins/git-sync.yaml +++ b/config/plugins/git-sync.yaml @@ -4,9 +4,9 @@ folders: - themes - config sync: - on_save: true - on_delete: true - on_media: true + on_save: false + on_delete: false + on_media: false cron_enable: false cron_at: '0 12,23 * * *' local_repository: null