Skip to content

Commit

Permalink
Add update docs action (#1633)
Browse files Browse the repository at this point in the history
* Add update docs action

* Newline

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
  • Loading branch information
Confectrician authored Dec 9, 2021
1 parent 755d9c6 commit d6b2909
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docs-update-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Doc update on release

on:
release:
types: [published]
workflow_dispatch:

jobs:
triggerWorkflowDispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }}
repository: openhab/openhab-docs
event-type: update-openhabian-docs-event

0 comments on commit d6b2909

Please sign in to comment.