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