Skip to content

Commit

Permalink
updated to new goki tool structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 11, 2024
1 parent 97d6321 commit d0915b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
go-version: '1.21.3'

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

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

- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit d0915b0

Please sign in to comment.