From 1b58fc47284f7d0563d25901229b670488e402bd Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 7 Jun 2024 10:29:28 -0500 Subject: [PATCH] bump deploy-to-neocities to v2 --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index a0de675..284b21e 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -66,7 +66,7 @@ jobs: run: | cp public/404/index.html public/not_found.html - name: Deploy HTML to Neocities - uses: bcomnes/deploy-to-neocities@v1 + uses: bcomnes/deploy-to-neocities@v2 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: true