Skip to content

Commit

Permalink
fix: fix typo to run build task
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Nguyen <[email protected]>
  • Loading branch information
vujita committed Jan 6, 2024
1 parent 3892ac0 commit 208be10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm turbo build:storbook
run: pnpm turbo build:storybook

- name: Deploy to GH Pages 🚀
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![CI](https://github.com/vujita/vubnguyen/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/vujita/vubnguyen/actions/workflows/ci.yml)
[![db migrate](https://github.com/vujita/vubnguyen/actions/workflows/db-migrations.yml/badge.svg)](https://github.com/vujita/vubnguyen/actions/workflows/db-migrations.yml)
[![Deploy gh pages](https://github.com/vujita/vubnguyen/actions/workflows/deploy-gh-pages.yml/badge.svg)](https://github.com/vujita/vubnguyen/actions/workflows/deploy-gh-pages.yml)
[![Playwright Tests](https://github.com/vujita/vubnguyen/actions/workflows/playwright.yml/badge.svg)](https://github.com/vujita/vubnguyen/actions/workflows/playwright.yml)
[![wakatime](https://wakatime.com/badge/github/vujita/vubnguyen.svg)](https://wakatime.com/badge/github/vujita/vubnguyen)

A [storybook](https://vujita.github.io/vubnguyen/) instance is demo of created components by [vujita-ui](https://www.npmjs.com/package/vujita-ui)
Expand Down

0 comments on commit 208be10

Please sign in to comment.