Skip to content

Commit 97d6321

Browse files
committed
fixed bad command
1 parent 4819f3b commit 97d6321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: go install -tags offscreen goki.dev/goki/gokitool@main
4747

4848
- name: Build Demo
49-
run: cd demo && goki build -t js && cp -a .goki/bin/js ../static/demo && cd ..
49+
run: cd demo && gokitool build -t js && cp -a .goki/bin/js ../static/demo && cd ..
5050

5151
- name: Install Hugo CLI
5252
run: |

0 commit comments

Comments
 (0)