Skip to content

Commit ff1496e

Browse files
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.7.6
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.1 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.1...v4.7.6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6dde953 commit ff1496e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
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.4.1
55+
uses: JamesIves/github-pages-deploy-action@v4.7.6
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.4.1
66+
# uses: JamesIves/github-pages-deploy-action@v4.7.6
6767
# with:
6868
# branch: gh-pages
6969
# folder: dist

0 commit comments

Comments
 (0)