Skip to content

Commit

Permalink
Merge pull request #22 from codesyntax/develop
Browse files Browse the repository at this point in the history
yml bug fixed
  • Loading branch information
bipoza authored May 18, 2022
2 parents d9ed62e + 8b7efd5 commit 0551af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0551af7

Please sign in to comment.