Skip to content

Commit 4bd4671

Browse files
Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.4.0 (#26)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.3.3...v4.4.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3678904 commit 4bd4671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build 👷
4040
run: yarn run build --base=${{ github.event.inputs.repository_name }}
4141
- name: Deploy 🚀
42-
uses: JamesIves/github-pages-deploy-action@v4.3.3
42+
uses: JamesIves/github-pages-deploy-action@v4.4.0
4343
with:
4444
branch: gh-pages
4545
folder: dist

0 commit comments

Comments
 (0)