From d202857361d93228a05ca24bfa265861e00c9355 Mon Sep 17 00:00:00 2001 From: Juan Pablo Juliao Date: Fri, 29 Mar 2024 03:33:17 -0500 Subject: [PATCH] Update workflow version --- .github/workflows/storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 0a19989..f0befdf 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -17,6 +17,6 @@ jobs: run: npm install - name: Build Storybook run: npm run build-storybook # Adjust build command if necessary - - uses: bitovi/github-actions-storybook-to-github-pages@v1 # Use the action + - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 # Use the action with: output_directory: 'storybook-static' # Adjust output directory if needed