From 16206d21adb317c5c3f588a8c265ad555edda649 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Sun, 6 Oct 2024 15:45:03 -0400 Subject: [PATCH] Oops. Got the from path wrong for storybook build. --- .storybook/.branches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/.branches.json b/.storybook/.branches.json index 2835234..abbed7e 100644 --- a/.storybook/.branches.json +++ b/.storybook/.branches.json @@ -1,5 +1,5 @@ { - "from": "storybook-static", + "from": "dist/storybook", "to": "dist/storybook-bundle", "script_name": "build-storybook-branch", "default_branch": "main",