repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
2ec28b6
parent
bb9f67c
author
Eric Bower
date
2023-08-13 19:41:04 +0000 UTC
chore: use go install gha
1 files changed,  +1, -2
M .github/workflows/static.yml
+1, -2
 1@@ -16,8 +16,7 @@ jobs:
 2           go-version: '1.20'
 3       - name: install pgit
 4         run: |
 5-          go get github.com/picosh/pgit
 6-          go install github.com/picosh/pgit
 7+          go install github.com/picosh/pgit@latest
 8       - name: generate site
 9         run: |
10           pgit \