Skip to content

Commit

Permalink
Merge pull request #72 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
tschm authored Feb 12, 2024
2 parents 2cfd729 + 5b20166 commit c240381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fi
- name: Publish book
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: ${{ steps.target.outputs.branch }} # The branch the action should deploy to.
folder: book/_build/html # The folder the action should deploy.

0 comments on commit c240381

Please sign in to comment.