repos / pgit

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

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