- commit
- f62edf2
- parent
- 7233123
- author
- Eric Bower
- date
- 2023-08-13 14:57:59 -0400 EDT
chore: tweak gha
      2 files changed, 
      +11,
      -1
    
    
  
        +7,
        -1
      
     1@@ -20,7 +20,13 @@ jobs:
 2           go install github.com/picosh/pgit
 3       - name: generate site
 4         run: |
 5-          pgit --out ./public --label pgit --desc "static site generator for git" --clone-url "https://github.com/picosh/pgit.git" --revs main
 6+          pgit \
 7+            --out ./public \
 8+            --label pgit \
 9+            --desc "static site generator for git" \
10+            --clone-url "https://github.com/picosh/pgit.git" \
11+            --home-url "https://git.erock.io" \
12+            --revs main
13       - name: Set outputs
14         id: vars
15         run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
        +4,
        -0
      
    1@@ -11,3 +11,7 @@ make build
2 ```bash
3 ./pgit --revs main --label pico --out ./public
4 ```
5+
6+```bash
7+./pgit --help
8+```