mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-18 13:13:44 +02:00
feat(documentation): Create component-documentation.yml workflow file
This commit is contained in:
parent
7cfe7d5112
commit
ced19fe61a
1 changed files with 14 additions and 0 deletions
14
.github/workflows/component-documentation.yml
vendored
Normal file
14
.github/workflows/component-documentation.yml
vendored
Normal 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
|
Loading…
Reference in a new issue