Skip to content

Commit 2323f93

Browse files
committed
fix: chmod +x ./pgit
1 parent 87b1907 commit 2323f93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Setup pgit
2828
run : |
2929
curl -LO https://github.com/FBIKdot/pgit/releases/download/1.2.0-rc1/pgit
30+
chmod +x ./pgit
3031
3132
- name: Generate documentation
3233
run: |

0 commit comments

Comments
 (0)