repos / pgit

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

commit
c655f72
parent
9278700
author
Eric Bower
date
2023-08-10 16:47:29 +0000 UTC
fix: typo gha
1 files changed,  +3, -2
M .github/workflows/static.yml
+3, -2
 1@@ -8,8 +8,9 @@ jobs:
 2     runs-on: ubuntu-latest
 3     steps:
 4       - uses: actions/checkout@v3
 5-        # need entire history
 6-        fetch-depth: 0
 7+        with:
 8+          # need entire history
 9+          fetch-depth: 0
10       - uses: actions/setup-go@v4
11         with:
12           go-version: '1.20'