From 57c8dd8612260ad26ddb5f9affb9d0076e42b7f2 Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:55:43 -0500 Subject: [PATCH] maybe this will work --- .github/workflows/neodeploy.yml | 2 +- public/{index.html => tes.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{index.html => tes.html} (100%) 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