We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87b1907 + 2323f93 commit e9a2f04Copy full SHA for e9a2f04
1 file changed
.github/workflows/deploy.yaml
@@ -27,6 +27,7 @@ jobs:
27
- name: Setup pgit
28
run : |
29
curl -LO https://github.com/FBIKdot/pgit/releases/download/1.2.0-rc1/pgit
30
+ chmod +x ./pgit
31
32
- name: Generate documentation
33
run: |
0 commit comments