Browse Source

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/489/head
dependabot[bot] 2 weeks ago committed by GitHub
parent
commit
1fcdb1d59a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -25,7 +25,7 @@ jobs:
touch out/.nojekyll
echo "garrit.xyz" > CNAME
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: out

Loading…
Cancel
Save