Skip to content

Commit 3c15e2b

Browse files
authored
Merge pull request #23 from cvxgrp/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.1
2 parents 4f97b2d + 269264d commit 3c15e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
make html
2424
2525
- name: Deploy to gh-pages
26-
uses: JamesIves/github-pages-deploy-action@v4.5.0
26+
uses: JamesIves/github-pages-deploy-action@v4.6.1
2727
with:
2828
branch: gh-pages # The branch the action should deploy to.
2929
folder: docs/_build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)