- commit
- 3c4bbdf
- parent
- d86407d
- author
- Eric Bower
- date
- 2023-08-10 11:06:37 -0400 EDT
github workflow action
      1 files changed, 
      +14,
      -0
    
    
  
        +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