prune orphans

This commit is contained in:
John Bowdre 2024-01-21 15:31:14 -06:00
parent c3a8722369
commit c40f37d1d5

View file

@ -38,9 +38,9 @@ jobs:
run: | run: |
npm i @torchlight-api/torchlight-cli npm i @torchlight-api/torchlight-cli
npx torchlight npx torchlight
- name: Deploy to neocities - name: Deploy to Neocities
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