diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 1a2834308..3219acf2a 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -22,11 +22,10 @@ jobs: - name: Deploy 🚀 # https://github.com/JamesIves/github-pages-deploy-action - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} - branch: gh-pages # The branch the action should deploy to. folder: storybook-static # The folder that the build-storybook script generates files. target-folder: examples clean: true # Automatically remove deleted files from the deploy branch - commit-msg: 'docs: update documentation site' \ No newline at end of file + commit-message: 'docs: update documentation site' \ No newline at end of file