Skip to content

Commit

Permalink
Bump bcomnes/deploy-to-neocities from 1 to 2
Browse files Browse the repository at this point in the history
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](bcomnes/deploy-to-neocities@v1...v2)

---
updated-dependencies:
- dependency-name: bcomnes/deploy-to-neocities
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 878f8ee commit 34ec9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
find -name '*.html' -exec sed -i 's|</BODY>|<!-- Cloudflare Web Analytics --><script defer src='\''https://static.cloudflareinsights.com/beacon.min.js'\'' data-cf-beacon='\''{"token": "ebc7fbd034354f089166b7c3c142291a"}'\''></script><!-- End Cloudflare Web Analytics -->\n</BODY>|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 }}
Expand Down

0 comments on commit 34ec9da

Please sign in to comment.