Skip to content

Commit e9a2f04

Browse files
authored
Merge pull request #28 from FBIKdot:fbik-patch
fix: chmod +x ./pgit
2 parents 87b1907 + 2323f93 commit e9a2f04

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)