diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d098859..ca624f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: bcomnes/deploy-neocities@v1 + - uses: kognise/neocities-deploy-action@v1 if: ${{ github.ref == 'refs/heads/main' }} with: neocities_token: ${{ secrets.NEOCITIES_API_KEY }}