diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 1ca5d41..e75f0f7 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -29,7 +29,7 @@ jobs: - run: npm run build - name: Deploy to neocities - uses: bcomnes/deploy-to-neocities@v2 + uses: bcomnes/deploy-to-neocities@v3 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: true