Skip to content

Commit

Permalink
fixed offscreen tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Nov 8, 2023
1 parent 1e12439 commit 97f0518
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:

- name: Install GoKi
# we don't want a GUI in the CI
run: go install goki.dev/goki@latest -tags offscreen
run: go install -tags offscreen goki.dev/goki@latest

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

0 comments on commit 97f0518

Please sign in to comment.