make deployment workflow clean up after itself

This commit is contained in:
Jonathan Souter
2023-03-02 14:39:36 +10:30
parent feeacbb589
commit 2ad0ebd33d

View File

@ -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