Skip to content

Commit 4e8e28b

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.6 to 4.8.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.6...v4.8.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a2f4a2 commit 4e8e28b

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/github-pages-deploy-action@v4.7.6
83+
uses: JamesIves/github-pages-deploy-action@v4.8.0
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/github-pages-deploy-action@v4.7.6
93+
uses: JamesIves/github-pages-deploy-action@v4.8.0
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/github-pages-deploy-action@v4.7.6
116+
uses: JamesIves/github-pages-deploy-action@v4.8.0
117117
with:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
BRANCH: gh-pages

0 commit comments

Comments
 (0)