diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 08a988a..57677fa 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -45,11 +45,11 @@ jobs: - name: Install dependencies run: yarn install-r - name: Build storybook - run: cd src/components yarn build-storybook + run: cd src/components && yarn build-storybook - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: ./scr/components/storybook-static + path: ./src/components/storybook-static # Deployment job deploy: