From 2ad0ebd33d183d18b48d20877fd1410eb4b6e4e3 Mon Sep 17 00:00:00 2001 From: Jonathan Souter Date: Thu, 2 Mar 2023 14:39:36 +1030 Subject: [PATCH] make deployment workflow clean up after itself --- .github/workflows/deploy_to_neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_neocities.yml b/.github/workflows/deploy_to_neocities.yml index 29982e9..90a2461 100644 --- a/.github/workflows/deploy_to_neocities.yml +++ b/.github/workflows/deploy_to_neocities.yml @@ -31,5 +31,5 @@ jobs: uses: bcomnes/deploy-to-neocities@v1 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: false + cleanup: true dist_dir: public \ No newline at end of file