MNT Add github action for deploying userdocs

This commit is contained in:
Guy Sartorelli 2022-08-23 15:29:56 +12:00
parent c05f704a34
commit d346600f63
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Deploy Userhelp Docs
on:
push:
branches:
- '4'
- '3'
- '2'
paths:
- 'docs/en/userguide/**'
jobs:
deploy:
name: deploy-userhelp-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 }}