Skip to content

Commit

Permalink
subindo versao das actions do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
falleco authored Jan 15, 2025
1 parent 207afaa commit 2bcfe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-web-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
concurrency: ci-${{ github.ref }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2
with:
node-version: 16

Expand All @@ -25,7 +25,7 @@ jobs:
npm i --quiet --legacy-peer-deps
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: packages/web/storybook-static

0 comments on commit 2bcfe6f

Please sign in to comment.