Skip to content

Remove correct version of trx-style code #4009

Remove correct version of trx-style code

Remove correct version of trx-style code #4009

Workflow file for this run

name: Deploy Documentation Changes
on:
push:
paths:
- "docs/**"
jobs:
deploy:
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')
runs-on: ubuntu-latest
steps:
- name: Trigger vercel deploy hook
run: curl -X POST ${{ secrets.VERCEL_DOC_DEPLOY_URL_HOOK }}