repos / pgit

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

commit
3c4bbdf
parent
d86407d
author
Eric Bower
date
2023-08-10 15:06:37 +0000 UTC
github workflow action
1 files changed,  +14, -0
M .github/workflows/static.yml
+14, -0
 1@@ -0,0 +1,14 @@
 2+name: static
 3+on: push
 4+
 5+jobs:
 6+  job-name:
 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 install github.com/picosh/pgit
14+      - run: pgit --out ./public --label pgit
15+      - run: pgit --out ./public --assets