Skip to content

Commit ad8cb97

Browse files
dependabot[bot]aleaf
authored andcommitted
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.1 to 4.7.2. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.1...v4.7.2) --- 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]>
1 parent 91a40ad commit ad8cb97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
make -C docs html
7474
7575
- name: Deploy 🚀
76-
uses: JamesIves/[email protected].1
76+
uses: JamesIves/[email protected].2
7777
if: ${{ github.event_name == 'push' }}
7878
with:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
make -C docs html
121121
122122
- name: Deploy 🚀
123-
uses: JamesIves/[email protected].1
123+
uses: JamesIves/[email protected].2
124124
with:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126
BRANCH: gh-pages

0 commit comments

Comments
 (0)