Skip to content

Commit 0b44575

Browse files
committed
Cleanup old images
1 parent a0ec932 commit 0b44575

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- name: Deploy to Neocities
5353
uses: bcomnes/deploy-to-neocities@v3
5454
with:
55-
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
56-
cleanup: false
55+
api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
56+
cleanup: true
5757
dist_dir: public
58-
preview_before_deploy: true
5958
neocities_supporter: true

0 commit comments

Comments
 (0)