Skip to content

Commit

Permalink
chore(dependencies): update crazy-max/ghaction-github-pages action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 267458d commit bb9d112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Deploy Storybook to Github Pages
- name: Deploy to GitHub Pages
if: success() && (github.ref == 'refs/heads/master')
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: docs
committer: ${{ secrets.GIT_AUTHOR_NAME }} <${{ secrets.GIT_AUTHOR_EMAIL }}>
Expand Down

0 comments on commit bb9d112

Please sign in to comment.