Skip to content

feat: add new client fetch (#1353) #57

feat: add new client fetch (#1353)

feat: add new client fetch (#1353) #57

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
push-to-vercel:
name: Push to Vercel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Vercel CLI
run: |
npm install -g vercel
- name: Deploy to Vercel
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
run: |
vercel --prod --token="$VERCEL_TOKEN" -f