I have implemented deploying the storybook to GitHub Pages with this tutorial: https://dev.to/kouts/deploy-storybook-to-github-pages-3bij
Sadly this will commit changes back to the main branch whenever the storybook needs to be build. Not only will this create a lot of unnecessary commits, but it will also decrease the deveveloper experience a lot...
We should check if there is another way to deploy to GitHub Pages without the commit step or deploy the storybook somewhere else entirely.