Skip to content

Commit

Permalink
chore(deps): Bump JamesIves/github-pages-deploy-action (#3166)
Browse files Browse the repository at this point in the history
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.4 to 4.6.6.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.6)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent 2e7c0d1 commit 065113e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
PUBLIC_URL: /
DISABLE_ESLINT_PLUGIN: true
- name: Publish Demo
uses: JamesIves/github-pages-deploy-action@v4.6.4
uses: JamesIves/github-pages-deploy-action@v4.6.6
with:
branch: demo # The branch the action should deploy to.
folder: examples/demo/build # The folder the action should deploy.
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
yarn docs
yarn lerna run docs --scope @berviantoleo/react-multi-crop
- name: Deploy Docs 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.4
uses: JamesIves/github-pages-deploy-action@v4.6.6
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
Expand Down

0 comments on commit 065113e

Please sign in to comment.