bug: GitHub page storybook out of date
georgewrmarshall opened this issue · 1 comments
georgewrmarshall commented
Description
The GitHub Action to publish the build of Storybook on our GitHub Pages is not functioning correctly. The published Storybook appears to be outdated and does not reflect the updates made in version 4.
Technical Details
- Investigate the current GitHub Action setup for publishing Storybook.
- Identify any discrepancies or issues in the workflow that might be causing the outdated build to be published.
- Ensure that the latest changes, especially those from version 4, are included in the published Storybook.
- Update the workflow configuration if necessary to align with the latest build process.
Acceptance Criteria
- The GitHub Action successfully publishes the latest build of Storybook.
- The Storybook on GitHub Pages is up to date with version 4.
- Verification that changes in version 4 are correctly reflected in the published Storybook.
- Documentation or comments added to the workflow file explaining any changes made.
georgewrmarshall commented
Haven't fixed but updated manually for the time being. Going to move on to POCs for them meantime and remove the sprint. If you need to update after release checkout the gh-pages
branch and run yarn build-storybook
and push