From 0f1081a72ae408cfe76d4b13de4e9522e820252a Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:49:50 -0700 Subject: [PATCH] =?UTF-8?q?ci:=20remove=20deploy-storybook=20workflow=20?= =?UTF-8?q?=E2=80=94=20superseded=20by=20deploy=20with=20type:=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/deploy-storybook.yml | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/deploy-storybook.yml 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