Skip to content

Commit

Permalink
Merge pull request #486 from creative-commoners/pulls/2/fix-userdoc-d…
Browse files Browse the repository at this point in the history
…eploy

MNT Fix github action for deploying userdocs
  • Loading branch information
Maxime Rainville authored Aug 23, 2022
2 parents d13d732 + 800e8dc commit 837ab70
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'
- '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
Expand Down

0 comments on commit 837ab70

Please sign in to comment.