diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml deleted file mode 100644 index 3c63376..0000000 --- a/.github/workflows/deploy-storybook.yml +++ /dev/null @@ -1,28 +0,0 @@ -# AUTO-GENERATED — do not edit directly. -# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts -# Tool: holocron sync-github -# Changes: edit source in theholocron/holocron and push to alpha or main. -name: Deploy Storybook - -on: # yamllint disable-line rule:truthy - push: - branches: [main] - paths: - - src/** - - .storybook/** - workflow_dispatch: - -concurrency: - group: pages - cancel-in-progress: false - -permissions: - contents: read - pages: write - id-token: write - -jobs: - deploy-storybook: - name: Deploy Storybook - uses: theholocron/.github/.github/workflows/deploy-storybook.yml@main - secrets: inherit