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

This commit is contained in:
Vick Top 2024-02-13 13:38:35 +01:00
parent 4cbc78d671
commit 65f4488bf8

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