- commit
- b41bfa7
- parent
- b24bd4a
- author
- Eric Bower
- date
- 2024-07-27 01:23:56 +0000 UTC
chore: test without _pgs_ignore
1 files changed,
+3,
-3
+3,
-3
1@@ -26,9 +26,9 @@ jobs:
2 --clone-url "https://github.com/neurosnap/neovimcraft.git" \
3 --home-url "https://git.erock.io" \
4 --revs main
5- - name: pgs-allow-all
6- run: |
7- cp ./static/_pgs_ignore ./public
8+ #- name: pgs-allow-all
9+ # run: |
10+ # cp ./static/_pgs_ignore ./public
11 - name: Set outputs
12 id: vars
13 run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT