Skip to content

Commit

Permalink
fix(github): upgrade github deploy action (#280)
Browse files Browse the repository at this point in the history
* feat(github): a new github action for testing the storybook

* feat(githubactions): update github pages deploy action
  • Loading branch information
masoudmanson authored Nov 2, 2022
1 parent 57507a3 commit 3715e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
yarn install
yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit 3715e48

Please sign in to comment.