Skip to content

Commit

Permalink
fixed bad command
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 11, 2024
1 parent 4819f3b commit 97d6321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: go install -tags offscreen goki.dev/goki/gokitool@main

- name: Build Demo
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 ..

- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit 97d6321

Please sign in to comment.