Commit f6177e5
Eric Bower
·
2023-08-10 11:07:32 -0400 EDT
parent 3c4bbdf
gha
1 files changed,
+2,
-1
+2,
-1
| ... | ... | @@ -2,13 +2,14 @@ name: static | |
| 2 | 2 | on: push | |
| 3 | 3 | ||
| 4 | 4 | jobs: | |
| 5 | - | job-name: | |
| 5 | + | static: | |
| 6 | 6 | runs-on: ubuntu-latest | |
| 7 | 7 | steps: | |
| 8 | 8 | - uses: actions/checkout@v3 | |
| 9 | 9 | - uses: actions/setup-go@v4 | |
| 10 | 10 | with: | |
| 11 | 11 | go-version: '1.20' | |
| 12 | + | - run: go get github.com/picosh/pgit | |
| 12 | 13 | - run: go install github.com/picosh/pgit | |
| 13 | 14 | - run: pgit --out ./public --label pgit | |
| 14 | 15 | - run: pgit --out ./public --assets |