Skip to content

Commit bc147fe

Browse files
build(deps): bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.2...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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b4fb65 commit bc147fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
make -C docs html
8181
8282
- name: Deploy 🚀
83-
uses: JamesIves/[email protected].2
83+
uses: JamesIves/[email protected].6
8484
if: ${{ github.event_name == 'release' }}
8585
with:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
9090
TARGET_FOLDER: ${{ github.ref }}
9191

9292
- name: Deploy 🚀
93-
uses: JamesIves/[email protected].2
93+
uses: JamesIves/[email protected].6
9494
if: ${{ github.event_name == 'push' }}
9595
with:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
make -C docs html
114114
115115
- name: Deploy 🚀
116-
uses: JamesIves/[email protected].2
116+
uses: JamesIves/[email protected].6
117117
with:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
BRANCH: gh-pages

0 commit comments

Comments
 (0)