Skip to content

Commit

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

MNT Fix github action for deploying userdocs
  • Loading branch information
Maxime Rainville authored Aug 23, 2022
2 parents f565281 + 1c4f78c commit 7ba1079
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'
- '3'
- '2'
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 7ba1079

Please sign in to comment.