Skip to content

Commit

Permalink
docs: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 14, 2024
1 parent 537641a commit a8c79fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@ jobs:

- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install

- name: Build package
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build

- name: Build storybook
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: sb:build

- name: Upload storybook
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: storybook-static

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
with:
token: ${{ github.token }}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<h1>Form Atoms with Flowbite React style</h1>
</div>

<a aria-label="Minzipped size" href="https://bundlephobia.com/result?p=%40form-atoms/flowbite">
<img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/%40form-atoms/flowbite?style=for-the-badge&labelColor=24292e">
</a>
<a aria-label="NPM version" href="https://www.npmjs.com/package/%40form-atoms/flowbite">
<img alt="NPM Version" src="https://img.shields.io/npm/v/%40form-atoms/flowbite?style=for-the-badge&labelColor=24292e">
</a>
Expand Down

0 comments on commit a8c79fd

Please sign in to comment.