Skip to content

Commit f801462

Browse files
Bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 (#530)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ece0b9b commit f801462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
BING_TOKEN: ${{ secrets.BING_TOKEN }}
6161

6262
- name: Deploy documentation sphinx
63-
uses: JamesIves/[email protected].2
63+
uses: JamesIves/[email protected].3
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
branch: gh-pages

.github/workflows/preview_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: touch build/html/.nojekyll
4545

4646
- name: Deploy documentation sphinx
47-
uses: JamesIves/[email protected].2
47+
uses: JamesIves/[email protected].3
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
branch: gh-pages

0 commit comments

Comments
 (0)