From fdc556c47649b2fc2935842d890934405424e9e9 Mon Sep 17 00:00:00 2001 From: Vick Top Date: Mon, 12 Feb 2024 19:07:10 +0100 Subject: [PATCH] feat(documentation): Create component-documentation.yml workflow file --- component-documentation.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 component-documentation.yml diff --git a/component-documentation.yml b/component-documentation.yml new file mode 100644 index 0000000..c12e46a --- /dev/null +++ b/component-documentation.yml @@ -0,0 +1,14 @@ +name: Iconica Standard Component Documentation Workflow +# Workflow Caller version: 1.0.0 + +on: + release: + types: [published] + + workflow_dispatch: + +jobs: + call-iconica-component-documentation-workflow: + uses: Iconica-Development/.github/.github/workflows/component-documentation.yml@master + secrets: inherit + permissions: write-all