Skip to content

[docs]: Update app-builder overview, components overview and pages (#… #392

[docs]: Update app-builder overview, components overview and pages (#…

[docs]: Update app-builder overview, components overview and pages (#… #392

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