Skip to content

Make our docs/sphinx custom code compatible with Sphinx 8.x #4110

Make our docs/sphinx custom code compatible with Sphinx 8.x

Make our docs/sphinx custom code compatible with Sphinx 8.x #4110

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 }}