feat: add documentation workflow

This commit is contained in:
Freek van de Ven 2024-02-12 07:33:54 +01:00
parent 1244353cb7
commit 6b3116383e

12
.github/workflows/documentation.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Iconica Standard Component Documentation Workflow
# Workflow Caller version: 1.0.0
on:
release:
types: [published]
workflow_dispatch:
jobs:
call-global-iconica-workflow:
uses: Iconica-Development/.github/.github/workflows/component-documenation.yml@master
secrets: inherit
permissions: write-all