From 1c87c680df1e6dd7ef37051f00068a0ba7a3077a Mon Sep 17 00:00:00 2001 From: Jim Risen Date: Mon, 18 Dec 2023 18:11:32 +0200 Subject: [PATCH] chore(storybook): fix documentation publish to GH Pages by upgrading base config --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2fd5eef..8bb80dc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - id: build-publish - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.1 + uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2 with: path: storybook-static build_command: npm run build-storybook-docs