- commit
- e9a2f04
- parent
- 87b1907
- author
- FBIK.
- date
- 2025-12-11 13:06:47 +0000 UTC
Merge pull request #28 from FBIKdot:fbik-patch fix: chmod +x ./pgit
1 files changed,
+1,
-0
+1,
-0
1@@ -27,6 +27,7 @@ jobs:
2 - name: Setup pgit
3 run : |
4 curl -LO https://github.com/FBIKdot/pgit/releases/download/1.2.0-rc1/pgit
5+ chmod +x ./pgit
6
7 - name: Generate documentation
8 run: |