diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca128d95..4610a9d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: run: | smartui --version smartui config create .smartui.json - smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json --env stage + smartui storybook ./storybook-static --config .smartui.json diff --git a/src/stories/Header.jsx b/src/stories/Header.jsx index 66eb752b..988e53af 100644 --- a/src/stories/Header.jsx +++ b/src/stories/Header.jsx @@ -55,3 +55,4 @@ Header.propTypes = { Header.defaultProps = { user: null, }; +