From 94f8fa6a0878eb3576d337bb8a4a80cd0a47cbb9 Mon Sep 17 00:00:00 2001 From: Vick Top Date: Tue, 13 Feb 2024 13:37:11 +0100 Subject: [PATCH] feat(documentation): Create component-documentation.yml workflow file --- .github/workflows/component-documentation.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/component-documentation.yml diff --git a/.github/workflows/component-documentation.yml b/.github/workflows/component-documentation.yml new file mode 100644 index 0000000..c12e46a --- /dev/null +++ b/.github/workflows/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