- commit
- d00c5cb
- parent
- 52a3378
- author
- Eric Bower
- date
- 2024-07-27 00:49:28 +0000 UTC
fix: pgit gha
1 files changed,
+4,
-1
+4,
-1
1@@ -16,7 +16,7 @@ jobs:
2 go-version: '1.22'
3 - name: install pgit
4 run: |
5- go install github.com/picosh/pgit@v1
6+ go install github.com/picosh/pgit@v1.0.1
7 - name: generate site
8 run: |
9 pgit \
10@@ -26,6 +26,9 @@ jobs:
11 --clone-url "https://github.com/neurosnap/neovimcraft.git" \
12 --home-url "https://git.erock.io" \
13 --revs main
14+ - name: pgs-allow-all
15+ run: |
16+ cp ./static/_pgs_ignore ./public
17 - name: Set outputs
18 id: vars
19 run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT