From c3ad3008c0396b7d4d24f8e8d70be92568b779fc Mon Sep 17 00:00:00 2001 From: zernonia Date: Fri, 15 Sep 2023 16:14:20 +0800 Subject: [PATCH] chore: add new label --- .github/workflows/publish.yaml | 4 ++++ apps/www/.vitepress/theme/config/docs.ts | 2 ++ 2 files changed, 6 insertions(+) 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: [], }, {