bump deploy-to-neocities to v2

This commit is contained in:
John Bowdre 2024-06-07 10:29:28 -05:00
parent 4a0daa81ca
commit 1b58fc4728

View file

@ -66,7 +66,7 @@ jobs:
run: | run: |
cp public/404/index.html public/not_found.html cp public/404/index.html public/not_found.html
- name: Deploy HTML to Neocities - name: Deploy HTML to Neocities
uses: bcomnes/deploy-to-neocities@v1 uses: bcomnes/deploy-to-neocities@v2
with: with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }} api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true cleanup: true