Skip to content

Implement timeline, reactions, page navigation, and markdown parsing #10

Implement timeline, reactions, page navigation, and markdown parsing

Implement timeline, reactions, page navigation, and markdown parsing #10

Workflow file for this run

name: Deploy to Cloudflare Workers
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Wrangler
run: npm install -g @cloudflare/wrangler
- name: Publish to Cloudflare Workers
run: wrangler publish
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}