Skip to content

feat: add dedicated tool pages for neo-notion-cli and flare-cli #11

feat: add dedicated tool pages for neo-notion-cli and flare-cli

feat: add dedicated tool pages for neo-notion-cli and flare-cli #11

Workflow file for this run

name: Deploy to Cloudflare
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run build
- run: npx wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}