From 5bef27bc74ed021ccda612242cf1b46ea1dc5b43 Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Mon, 30 Oct 2023 16:46:01 -0700 Subject: [PATCH] Allow chromatic to checkout full git history --- .github/workflows/chromatic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index ce29a70fd..d1626b9ea 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -8,6 +8,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Prepare Node.js environment uses: actions/setup-node@v3 @@ -18,7 +20,7 @@ jobs: - name: Install dependencies run: npm install - + - name: Publish to Chromatic uses: chromaui/action@v1 with: