make deployment workflow clean up after itself
This commit is contained in:
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
|
uses: bcomnes/deploy-to-neocities@v1
|
||||||
with:
|
with:
|
||||||
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
|
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
|
||||||
cleanup: false
|
cleanup: true
|
||||||
dist_dir: public
|
dist_dir: public
|
Reference in New Issue
Block a user