Skip to content

DEVDOCS-5445 [new]: Google Analytics, add deprecation for UA (#2065) #103

DEVDOCS-5445 [new]: Google Analytics, add deprecation for UA (#2065)

DEVDOCS-5445 [new]: Google Analytics, add deprecation for UA (#2065) #103

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
inputs:
buildWithCache:
description: 'Build with cache'
default: true
required: false
type: boolean
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Trigger Vercel Deploy Hook
run: |
curl -X POST ${{ secrets.VERCEL_DEPLOY_HOOK_URL }}?buildCache=${{ inputs.buildWithCache }}