diff --git a/.github/workflows/neodeploy.yml b/.github/workflows/neodeploy.yml index 46fcc25..9dd90de 100644 --- a/.github/workflows/neodeploy.yml +++ b/.github/workflows/neodeploy.yml @@ -20,6 +20,6 @@ jobs: - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v2 with: - apiKey: ${{ secrets.NEOCITIES_API_TOKEN }} + api_token: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: false dist_dir: public diff --git a/public/index.html b/public/tes.html similarity index 100% rename from public/index.html rename to public/tes.html