Deploying storybook to GHPages with custom directory via GitHub actions does not put builds in custom directory
Hey folks been struggling with deploying storybook to a docs/lts directory on GitHub. At the moment I am able to build and deploy to my repos gh-pages but despite me setting a custom output directory it always pushes the storybook builds to the root of the gh-pages branch. No folder named docs/lts is ever created. If I run the following commands locally it creates the directory fine but does not when it runs in my GitHub workflows I have a yaml file that runs the following: