From c40f37d1d527e18f1f8e499d0ac2c9e01d01b42f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 15:31:14 -0600 Subject: [PATCH] prune orphans --- .github/workflows/deploy-to-neocities.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 2f498c9..069f6af 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -38,9 +38,9 @@ jobs: run: | npm i @torchlight-api/torchlight-cli npx torchlight - - name: Deploy to neocities + - name: Deploy to Neocities 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