- commit
- e155233
- parent
- 510e1db
- author
- Eric Bower
- date
- 2023-08-14 03:09:30 +0000 UTC
fix: typo
1 files changed,
+1,
-1
+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