Skip to content

Changelog for release notes #171

Changelog for release notes

Changelog for release notes #171

Workflow file for this run

name: Trigger Docs Build
on:
push:
branches:
- main
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Invoke docs build
run: curl -X POST -d {} "https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_HOOK }}"