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

This commit is contained in:
Vick Top 2024-02-12 19:11:01 +01:00
parent f10d3fce6e
commit 1ea247b03d

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