Skip to content

Commit 1996040

Browse files
Bump JamesIves/github-pages-deploy-action from 4.1.4 to 4.3.3 (#22)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.4 to 4.3.3. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@4.1.4...v4.3.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d43fafb commit 1996040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cp -r _build/html/* ./gh-pages/
2828
- name: Deploy documentation
2929
if: ${{ github.event_name == 'push' }}
30-
uses: JamesIves/github-pages-deploy-action@4.1.4
30+
uses: JamesIves/github-pages-deploy-action@v4.3.3
3131
with:
3232
branch: gh-pages
3333
folder: gh-pages

0 commit comments

Comments
 (0)