From 0620b134976403b1fcc57fe9fdd881c73eb0a442 Mon Sep 17 00:00:00 2001 From: junghyeonsu Date: Tue, 10 Sep 2024 18:26:53 +0900 Subject: [PATCH] chore: production cli --- .github/workflows/component-docs-deploy-production-pages.yml | 2 +- component-docs/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/component-docs-deploy-production-pages.yml b/.github/workflows/component-docs-deploy-production-pages.yml index c793c653..5f7e1d54 100644 --- a/.github/workflows/component-docs-deploy-production-pages.yml +++ b/.github/workflows/component-docs-deploy-production-pages.yml @@ -37,4 +37,4 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} - command: pages deploy ./component-docs/out --project-name=seed-component-docs + command: pages deploy ./component-docs/out --project-name=seed-component-docs --branch=main diff --git a/component-docs/README.md b/component-docs/README.md index 6dd9d7b9..a9f14473 100644 --- a/component-docs/README.md +++ b/component-docs/README.md @@ -15,3 +15,4 @@ component-docs ┣ 📂seed-design # snippet은 진실의 원천으로 사용하고, Docs에서 사용하는 코드는 생성해서 사용 ┗ 📂snippets # registry에 담김 ``` +