MNT Fix github action for deploying userdocs

This commit is contained in:
Guy Sartorelli 2022-08-23 15:24:27 +12:00
parent 1123d26477
commit 6f5edab1ad
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 5 additions and 4 deletions

View File

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