From 2f01576e994b72c85a83ef2d85a4645f2a73a7a9 Mon Sep 17 00:00:00 2001 From: Bence Markus Date: Sun, 17 Dec 2023 22:48:16 +0100 Subject: [PATCH] ci test --- .github/workflows/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 214a1af8..662c14a0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,8 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - id: build-publish - uses: bitovi/github-actions-storybook-to-github-pages@v1.2.0 + uses: bitovi/github-actions-storybook-to-github-pages@v1.0.0 with: - path: build - install_command: npm install + path: docs build_command: npm run build-storybook