diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index c9c04d3..b7ab02b 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -11,12 +11,13 @@ jobs: runs-on: ubuntu-latest # Job steps steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: yarn + - name: Install dependencies + run: yarn #👇 Adds Chromatic as a step in the workflow - - uses: chromaui/action@v1 + - uses: chromaui/action@latest # Options required for Chromatic's GitHub Action with: #👇 Chromatic projectToken, see https://storybook.js.org/tutorials/intro-to-storybook/react/en/deploy/ to obtain it diff --git a/.storybook/main.ts b/.storybook/main.ts index 22348c5..0671ce4 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -13,8 +13,6 @@ const config: StorybookConfig = { name: '@storybook/react-vite', options: {}, }, - docs: { - autodocs: 'tag', - }, + docs: {}, } export default config diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 4d55228..9b14322 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/index.html b/index.html index 79c4701..22365a1 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@
- +