From 333a6de5711b8356c93fa436c66ae5f37882f432 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 12 Mar 2022 15:01:36 +0000 Subject: [PATCH] Allow CI to push file deletions (fixes #945) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e20345375..19b04bed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,3 @@ jobs: with: build_dir: public target_branch: master - keep_history: true