repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
e155233
parent
510e1db
author
Eric Bower
date
2023-08-14 03:09:30 +0000 UTC
fix: typo
1 files changed,  +1, -1
M .github/workflows/pgs.yml
+1, -1
 1@@ -11,10 +11,10 @@ jobs:
 2       - name: Set outputs
 3         id: vars
 4         run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
 5-      - name: build
 6       - uses: actions/setup-go@v4
 7         with:
 8           go-version: '1.20'
 9+      - name: build pgs site
10         run: make pgs-static pgs-site
11       - name: publish to pgs
12         uses: picosh/pgs-action@main