mirror of
https://github.com/Iconica-Development/flutter_data_interface.git
synced 2025-05-18 18:33:45 +02:00
15 lines
345 B
YAML
15 lines
345 B
YAML
|
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
|