We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4819f3b commit 97d6321Copy full SHA for 97d6321
.github/workflows/hugo.yaml
@@ -46,7 +46,7 @@ jobs:
46
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 ..
+ run: cd demo && gokitool build -t js && cp -a .goki/bin/js ../static/demo && cd ..
50
51
- name: Install Hugo CLI
52
run: |
0 commit comments