Skip to content

Commit d29a8ba

Browse files
Bump JamesIves/github-pages-deploy-action
Bumps the gh-actions group with 1 update in the / directory: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.5.0 to 4.6.1 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4329f69 commit d29a8ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
touch _build/.nojekyll
4141
4242
- name: Deploy documentation sphinx
43-
uses: JamesIves/github-pages-deploy-action@v4.5.0
43+
uses: JamesIves/github-pages-deploy-action@v4.6.1
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
branch: gh-pages

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
CNAME: ${{ secrets.CNAME }}
4747

48-
- uses: JamesIves/github-pages-deploy-action@v4.5.0
48+
- uses: JamesIves/github-pages-deploy-action@v4.6.1
4949
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
5050
with:
5151
branch: gh-pages

0 commit comments

Comments
 (0)