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:
2020 go install github.com/picosh/pgit
2121 - name: generate site
2222 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
2430 - name: Set outputs
2531 id: vars
2632 run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
+4, -0
......@@ -11,3 +11,7 @@ make build
1111 ```bash
1212 ./pgit --revs main --label pico --out ./public
1313 ```
14+
15+```bash
16+./pgit --help
17+```