We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284fce9 commit 4819f3bCopy full SHA for 4819f3b
.github/workflows/hugo.yaml
@@ -43,7 +43,7 @@ jobs:
43
go-version: '1.21.3'
44
45
- name: Install Goki
46
- run: go install -tags offscreen goki.dev/goki@main
+ run: go install -tags offscreen goki.dev/goki/gokitool@main
47
48
- name: Build Demo
49
run: cd demo && goki build -t js && cp -a .goki/bin/js ../static/demo && cd ..
0 commit comments