From 8b7efd527459b901f371c1b1da285833189f13c7 Mon Sep 17 00:00:00 2001 From: bipoza Date: Wed, 18 May 2022 15:23:38 +0200 Subject: [PATCH] yml bug fixed --- .github/workflows/storybook.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 09473cb..bdd9cff 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -27,8 +27,8 @@ jobs: run: npm run build-storybook - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./storybook-static + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./storybook-static \ No newline at end of file