From 3c0119fa390a42d08474f2cc81391b4745aa48ec Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:10:16 +0800 Subject: [PATCH] Destructively clean up orphaned files on Neocities --- .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 1e4dab7c..cb2121c3 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -22,5 +22,5 @@ jobs: uses: bcomnes/deploy-to-neocities@v2.0.2 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: false + cleanup: true dist_dir: Leilukins-Hub-public \ No newline at end of file