Skip to content

Commit 66f242c

Browse files
committed
fix action
1 parent 242214a commit 66f242c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
with:
2828
go-version: '>=1.23.3'
2929
id: go
30+
- name: dummy
31+
run: |
32+
echo "dummy"
33+
shell: bash
3034
- name: Install sg
3135
run: |
3236
go install -a github.com/ml8/sg/sg@latest

0 commit comments

Comments
 (0)