Skip to content

feat(query): add literal param syntax for mutationInvalidates (#3237) #4

feat(query): add literal param syntax for mutationInvalidates (#3237)

feat(query): add literal param syntax for mutationInvalidates (#3237) #4

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
deploy-to-cloudflare:
name: Deploy to Cloudflare
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Use Node.js 22
uses: actions/setup-node@v6
with:
node-version: 22
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
working-directory: docs
run: bun install --frozen-lockfile
- name: Deploy
working-directory: docs
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
run: bun run deploy