Skip to content

add results configuration for workflows and minor fixes (#9671) #399

add results configuration for workflows and minor fixes (#9671)

add results configuration for workflows and minor fixes (#9671) #399

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