Skip to content

DOC Update syntax for callout blocks (#180) #4

DOC Update syntax for callout blocks (#180)

DOC Update syntax for callout blocks (#180) #4

Workflow file for this run

name: Deploy Docs
on:
workflow_dispatch:
push:
branches:
- '3'
- '4'
- '5'
paths:
- 'docs/**'
jobs:
deploy:
name: deploy-docs
runs-on: ubuntu-latest
steps:
- name: Run build hook
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }}