From b2793d2827cbd21b3b2f38ac7a2da6ffafb7fcc8 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sun, 17 Jan 2021 14:08:36 -0700 Subject: [PATCH] clean up --- .github/workflows/neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 11ab70a..888cdb5 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -25,6 +25,6 @@ jobs: uses: bcomnes/deploy-to-neocities@master # dont use master in production with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: false + cleanup: true dist_dir: public protected_files: 'dropbox/*'