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