diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8992a98c..16ebaaec 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,9 +2,13 @@ name: Publish www on: push: + branches: + - dev paths: - 'apps/www/**' pull_request: + branches: + - dev paths: - 'apps/www/**' diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index b15c6fb1..2905f907 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -156,11 +156,13 @@ export const docsConfig: DocsConfig = { { title: 'Combobox', href: '/docs/components/combobox', + label: 'New', items: [], }, { title: 'Command', href: '/docs/components/command', + label: 'New', items: [], }, {