Add workflow to fetch openHAB Sailfish OS docs (#2682)

Signed-off-by: Florian Hotze <dev@florianhotze.com>
main
Florian Hotze 2026-03-23 17:57:13 +01:00 committed by GitHub
parent 48f87e4b7e
commit 35e4cc8acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -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