diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index ec246250..1136b14d 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -57,7 +57,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: './packages/components/storybook-static' + path: './packages/components' - name: Deploy to GitHub Pages id: deployment