Skip to content

Commit d5893e8

Browse files
fix(deps): bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.0...v4.4.1) --- 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>
1 parent d770779 commit d5893e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run build
2929

3030
- name: Deploy to GitHub Pages 🚀
31-
uses: JamesIves/github-pages-deploy-action@v4.4.0
31+
uses: JamesIves/github-pages-deploy-action@v4.4.1
3232
with:
3333
branch: gh-pages
3434
folder: dist

0 commit comments

Comments
 (0)