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 c5fdbcb commit 2e1dc4a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2e1dc4a

Please sign in to comment.