repos / pgit

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

commit
6f6844d
parent
f6177e5
author
Eric Bower
date
2023-08-10 15:08:57 +0000 UTC
tweaks
2 files changed,  +2, -2
M go.mod
M .github/workflows/static.yml
+1, -1
1@@ -11,5 +11,5 @@ jobs:
2           go-version: '1.20'
3       - run: go get github.com/picosh/pgit
4       - run: go install github.com/picosh/pgit
5-      - run: pgit --out ./public --label pgit
6+      - run: pgit --out ./public --label pgit --revs main,HEAD
7       - run: pgit --out ./public --assets
M go.mod
+1, -1
1@@ -1,4 +1,4 @@
2-module sr.ht/~erock/gemgit
3+module github.com/picosh/pgit
4 
5 go 1.18
6