Skip to content

Commit

Permalink
Merge pull request #26 from fmruiz/develop
Browse files Browse the repository at this point in the history
fix(root): test v4
  • Loading branch information
fmruiz authored May 9, 2024
2 parents c6f58a6 + 47704a0 commit d119002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
npm i
npm run build-storybook
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v3
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: storybook-static
token: ${{ secrets.GH_TOKEN }}

0 comments on commit d119002

Please sign in to comment.