Skip to content

Commit d0915b0

Browse files
committed
updated to new goki tool structure
1 parent 97d6321 commit d0915b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
go-version: '1.21.3'
4444

4545
- name: Install Goki
46-
run: go install -tags offscreen goki.dev/goki/gokitool@main
46+
run: go install goki.dev/goki@main
4747

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

5151
- name: Install Hugo CLI
5252
run: |

0 commit comments

Comments
 (0)