Skip to content

Merge pull request #392 from n8-dev/patch-2 #186

Merge pull request #392 from n8-dev/patch-2

Merge pull request #392 from n8-dev/patch-2 #186

Workflow file for this run

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