Skip to content

Commit

Permalink
Merge pull request #20 from cvxgrp/dependabot/github_actions/JamesIve…
Browse files Browse the repository at this point in the history
…s/github-pages-deploy-action-4.5.0

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0
  • Loading branch information
phschiele authored May 13, 2024
2 parents e9c47f8 + ca08604 commit b0614d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
make html
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/_build/html # The folder the action should deploy.

0 comments on commit b0614d2

Please sign in to comment.