Skip to content

Adding new integrations into docs Fixes ENG-830 #31

Adding new integrations into docs Fixes ENG-830

Adding new integrations into docs Fixes ENG-830 #31

Workflow file for this run

name: Preview Environment
env:
VERCEL_ACCESS_TOKEN: ${{ secrets.VERCEL_PREVIEW_ACCESS_TOKEN }}
VERCEL_PROJECT_ID: prj_gXKEVY0vt6eS7uIN8IMduRblu4JM
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
if: ${{ github.event.action == 'opened' || github.event.action == 'synchronize' }}
runs-on: ubuntu-latest
steps:
- uses: snaplet/vercel-action@v3
delete:
if: ${{ github.event.action == 'closed' }}
runs-on: ubuntu-latest
steps:
- uses: snaplet/vercel-action@v3
with:
delete: true