From 35e4cc8accad9bcaf87bdf1c84154c6e52146485 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Mon, 23 Mar 2026 17:57:13 +0100 Subject: [PATCH] Add workflow to fetch openHAB Sailfish OS docs (#2682) Signed-off-by: Florian Hotze --- .../fetch_docs_openhab-sailfishos.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/fetch_docs_openhab-sailfishos.yaml diff --git a/.github/workflows/fetch_docs_openhab-sailfishos.yaml b/.github/workflows/fetch_docs_openhab-sailfishos.yaml new file mode 100644 index 000000000..dc877a08e --- /dev/null +++ b/.github/workflows/fetch_docs_openhab-sailfishos.yaml @@ -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