Skip to content

Commit

Permalink
fixed build goki command; set needs to build goki for build
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Nov 8, 2023
1 parent 97f0518 commit 3aec2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
run: go install -tags offscreen goki.dev/goki@latest

- name: Build Demo
run: goki build demo -o static/demo -t js
run: goki build ./demo -o static/demo -t js

# Build job
build:
runs-on: ubuntu-latest
needs: build-goki
env:
HUGO_VERSION: 0.114.0
steps:
Expand Down

0 comments on commit 3aec2b4

Please sign in to comment.