Merge pull request #686 from creative-commoners/pulls/3/add-userdoc-deploy

MNT Add github action for deploying userdocs
This commit is contained in:
Maxime Rainville 2022-09-07 10:30:36 +12:00 committed by GitHub
commit b88e2cfce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}