Skip to content

Commit

Permalink
MNT Fix github action for deploying userdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 23, 2022
1 parent a93feda commit b08f5de
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Build Docs
name: Deploy Userhelp Docs
on:
push:
branches:
- 'master'
- '6'
- '5'
paths:
- 'docs/en/userguide/**'
jobs:
build:
name: build-docs
deploy:
name: deploy-userhelp-docs
runs-on: ubuntu-latest
steps:
- name: Run build hook
Expand Down

0 comments on commit b08f5de

Please sign in to comment.