Commit f62edf2
Eric Bower
·
2023-08-13 14:57:59 -0400 EDT
parent 7233123
chore: tweak gha
2 files changed,
+11,
-1
+7,
-1
| ... | ... | @@ -20,7 +20,13 @@ jobs: | |
| 20 | 20 | go install github.com/picosh/pgit | |
| 21 | 21 | - name: generate site | |
| 22 | 22 | run: | | |
| 23 | - | pgit --out ./public --label pgit --desc "static site generator for git" --clone-url "https://github.com/picosh/pgit.git" --revs main | |
| 23 | + | pgit \ | |
| 24 | + | --out ./public \ | |
| 25 | + | --label pgit \ | |
| 26 | + | --desc "static site generator for git" \ | |
| 27 | + | --clone-url "https://github.com/picosh/pgit.git" \ | |
| 28 | + | --home-url "https://git.erock.io" \ | |
| 29 | + | --revs main | |
| 24 | 30 | - name: Set outputs | |
| 25 | 31 | id: vars | |
| 26 | 32 | run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT |
+4,
-0