feat(documentation): Create component-documentation.yml workflow file

This commit is contained in:
Vick Top 2024-02-12 19:05:54 +01:00
parent 5bc388677b
commit 3ca9e7bde7

View file

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