Skip to content

Commit 7c6974c

Browse files
Bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 (#778)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76c0ef9 commit 7c6974c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc_generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: "Deploy website"
3838
if: "${{ github.event_name == 'push' || github.event_name == 'release' }}"
39-
uses: JamesIves/github-pages-deploy-action@v4.7.6
39+
uses: JamesIves/github-pages-deploy-action@v4.8.0
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)