MNT Fix github action for deploying userdocs

This commit is contained in:
Guy Sartorelli 2022-08-23 14:42:19 +12:00
parent c5fdbcbd72
commit 2e1dc4a46e
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,15 @@
name: Build Docs
name: Deploy Userhelp Docs
on:
push:
branches:
- '3'
- '2'
- 'master'
paths:
- 'docs/en/userguide/**'
jobs:
build:
name: build-docs
deploy:
name: deploy-userhelp-docs
runs-on: ubuntu-latest
steps:
- name: Run build hook