Add workflow to fetch openHAB Sailfish OS docs (#2682)
Signed-off-by: Florian Hotze <dev@florianhotze.com>main
parent
48f87e4b7e
commit
35e4cc8acc
|
|
@ -0,0 +1,20 @@
|
|||
name: Fetch openHAB Sailfish OS Client Docs
|
||||
|
||||
on:
|
||||
# Repository dispatch event, to be triggerd by a release
|
||||
# or manually from the repository
|
||||
repository_dispatch:
|
||||
types: [update-openhab-sailfishos-docs-event]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-reusable-fetch-workflow:
|
||||
uses: openhab/openhab-docs/.github/workflows/fetch_external_docs_reusable.yml@main
|
||||
with:
|
||||
base_source_repository: openhab-sailfishos
|
||||
base_source_ref: ${{ github.event.client_payload.ref }}
|
||||
base_folder: addons/uis/apps/sailfishos
|
||||
base_file: readme.md
|
||||
doc_base_dir: /docs
|
||||
doc_base_file: USAGE.md
|
||||
has_images: true
|
||||
Loading…
Reference in New Issue