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
  • Loading branch information
dependabot[bot] authored and zxyz committed Apr 9, 2024
1 parent 2e42b2b commit d91ca0e
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 d91ca0e

Please sign in to comment.