Merge pull request #486 from creative-commoners/pulls/2/fix-userdoc-deploy

MNT Fix github action for deploying userdocs
This commit is contained in:
Maxime Rainville 2022-08-24 11:11:02 +12:00 committed by GitHub
commit 837ab70a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
- '1.1'
paths:
- 'docs/en/userguide/**'
jobs:
build:
name: build-docs
deploy:
name: deploy-userhelp-docs
runs-on: ubuntu-latest
steps:
- name: Run build hook