Skip to content

DOC Update triage and review docs (#370) #163

DOC Update triage and review docs (#370)

DOC Update triage and review docs (#370) #163

Workflow file for this run

name: Build Docs
on:
workflow_dispatch:
push:
branches:
- '3'
- '4.13'
- '5.0'
jobs:
build:
name: build-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 }}