Skip to content

Commit

Permalink
Bump github-pages-deploy-action to v4.6.4
Browse files Browse the repository at this point in the history
Should resolve problems with master branch already checked out in
another work tree.
  • Loading branch information
dajva committed Sep 7, 2024
1 parent c5eb006 commit 2d30888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Deploy to branch ${{ steps.doc_branch.outputs.branch }}
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
branch: ${{ steps.doc_branch.outputs.branch }}
folder: docs/rst
Expand Down

0 comments on commit 2d30888

Please sign in to comment.