Skip to content

Rewrite embed to render Atom feed as dark-mode HTML table #830

Rewrite embed to render Atom feed as dark-mode HTML table

Rewrite embed to render Atom feed as dark-mode HTML table #830

Workflow file for this run

name: Deploy Cloudflare Worker
on:
push:
branches: [main]
paths:
- 'index.js'
- 'wrangler.toml'
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}