diff --git a/.github/workflows/deploy-userhelp-docs.yml b/.github/workflows/deploy-userhelp-docs.yml new file mode 100644 index 0000000..d4dba4a --- /dev/null +++ b/.github/workflows/deploy-userhelp-docs.yml @@ -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 }}