From 0904b49c6ca12651c36d8d340b7aef0c61362570 Mon Sep 17 00:00:00 2001 From: lana-k Date: Mon, 12 Oct 2020 13:39:49 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41fedf3..a9dc8ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: build # The branch the action should deploy to. FOLDER: dist/ # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + CLEAN: false # Automatically remove deleted files from the deploy branch