Skip to content

chore: add link to nuxt-tiptap #7

chore: add link to nuxt-tiptap

chore: add link to nuxt-tiptap #7

Workflow file for this run

name: deploy playground
on:
push:
branches:
- main
jobs:
# https://github.com/cloudflare/wrangler-action
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
workingDirectory: "playground"
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}