From d91ca0e0cd95d381a34ffe0bab094104595c5c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:14:28 +0000 Subject: [PATCH] Bump bcomnes/deploy-to-neocities from 1 to 2 Bumps [bcomnes/deploy-to-neocities](https://github.com/bcomnes/deploy-to-neocities) from 1 to 2. - [Release notes](https://github.com/bcomnes/deploy-to-neocities/releases) - [Changelog](https://github.com/bcomnes/deploy-to-neocities/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/deploy-to-neocities/compare/v1...v2) --- .github/workflows/neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 60e7569..f8ef476 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@v1 + uses: bcomnes/deploy-to-neocities@v2 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: api_token: ${{ secrets.NEOCITIES_API_KEY }}