Skip to content

Commit 2de3405

Browse files
Bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0 (Koenkk#1490)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.3.4...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d6df96 commit 2de3405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Deploy 🚀
5454
if: github.ref == 'refs/heads/master'
55-
uses: JamesIves/github-pages-deploy-action@v4.3.4
55+
uses: JamesIves/github-pages-deploy-action@v4.4.0
5656
with:
5757
branch: gh-pages # The branch the action should deploy to.
5858
folder: dist # The folder the action should deploy.
@@ -63,7 +63,7 @@ jobs:
6363

6464
# - name: Deploy to /develop 🚀
6565
# if: github.ref == 'refs/heads/develop'
66-
# uses: JamesIves/github-pages-deploy-action@v4.3.4
66+
# uses: JamesIves/github-pages-deploy-action@v4.4.0
6767
# with:
6868
# branch: gh-pages
6969
# folder: dist

0 commit comments

Comments
 (0)