Skip to content

[docs]: Enhance Dynamically Change Cell Colors in Table section (#9464) #385

[docs]: Enhance Dynamically Change Cell Colors in Table section (#9464)

[docs]: Enhance Dynamically Change Cell Colors in Table section (#9464) #385

Workflow file for this run

name: Deploy docs to Netlify
on:
workflow_dispatch:
push:
branches:
- develop
paths:
- docs/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger hook to deploy docs on Netlify
run: curl -X POST -d {} ${{ secrets.NETLIFY_HOOK }}