diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index a0de675..284b21e 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -66,7 +66,7 @@ jobs: run: | cp public/404/index.html public/not_found.html - name: Deploy HTML to Neocities - uses: bcomnes/deploy-to-neocities@v1 + uses: bcomnes/deploy-to-neocities@v2 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: true