We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b1907 commit 2323f93Copy full SHA for 2323f93
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