diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index f8ef476..602c676 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -37,7 +37,7 @@ jobs: find -name '*.html' -exec sed -i 's||\n|g' {} + - name: Mirror to Neocities - uses: bcomnes/deploy-to-neocities@v2 + uses: bcomnes/deploy-to-neocities@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: api_token: ${{ secrets.NEOCITIES_API_KEY }}