Merge pull request #31 from Iconica-Development/update-component-documentation-workflow

Add component-documentation.yml
This commit is contained in:
Freek van de Ven 2024-02-12 20:22:42 +01:00 committed by GitHub
commit 329d479ecb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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