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