From 3a6c54a73395b6324873e02281c513e8b7b54ed8 Mon Sep 17 00:00:00 2001 From: choiseona Date: Wed, 13 Nov 2024 23:23:14 +0900 Subject: [PATCH] fix: Preserve existing storybook deployments - Add keep_files option to preserve existing gh-pages content - Update deployment commit message --- .github/workflows/storybook-ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/storybook-ci-cd.yml b/.github/workflows/storybook-ci-cd.yml index b28c923be..4e04edc83 100644 --- a/.github/workflows/storybook-ci-cd.yml +++ b/.github/workflows/storybook-ci-cd.yml @@ -47,3 +47,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./client/storybook-static destination_dir: ${{ github.ref == 'refs/heads/main' && 'storybook' || 'storybook-develop' }} + keep_files: true + commit_message: "docs: deploy storybook"