diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml new file mode 100644 index 0000000..95fe865 --- /dev/null +++ b/.github/workflows/documentation.yml @@ -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