Commit 6f6844d

Eric Bower  ·  2023-08-10 11:08:57 -0400 EDT
parent f6177e5
tweaks
2 files changed,  +2, -2
M go.mod
+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