diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77bfe8e..6cbec05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -223,6 +223,9 @@ jobs: path: | ${{ github.workspace }}/packages/components !${{ github.workspace }}/**/node_modules + !${{ github.workspace }}/**/src + !${{ github.workspace }}/**/dev + !${{ github.workspace }}/**/assets !${{ github.workspace }}/**/.pnpm-store !${{ github.workspace }}/**/.vscode !${{ github.workspace }}/**/.storybook diff --git a/packages/components/README.md b/packages/components/README.md index 073b5b7..371319b 100644 --- a/packages/components/README.md +++ b/packages/components/README.md @@ -3,7 +3,7 @@ > These components have been initially made by [Ubisoft](https://www.ubisoft.com/) as part of their Microsoft Search implementation. They've been adapted are given to the community for free. A big thanks to them! Sharing is caring.

- PnP Logo      Ubisoft Logo + PnP Logo      Ubisoft Logo

The goal is to provide reusable components based on Microsoft Search and Microsoft Graph in general that can be used transversally in an organization. @@ -17,7 +17,7 @@ These components are regular [web components](https://developer.mozilla.org/en-U They allow to consume Microsoft Search results in any web application, outside of SharePoint, for instance, to build custom search experiences.

- +

## What components are included?