make deployment workflow clean up after itself
This commit is contained in:
parent
feeacbb589
commit
2ad0ebd33d
2
.github/workflows/deploy_to_neocities.yml
vendored
2
.github/workflows/deploy_to_neocities.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user