Skip to content

Commit

Permalink
update ci to new dir and output build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 19, 2024
1 parent 7ccc72c commit c61c880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
run: go install cogentcore.org/core/cmd/core@main

- name: Build Docs
run: cd docs && core build web -vanity-url cogentcore.org/cogent -github-vanity-repository cogentcore/cogent && cp -a bin/web ../static && cd ..
run: core build web -dir docs -o static -vanity-url cogentcore.org/cogent -github-vanity-repository cogentcore/cogent

- name: Build Code
run: cd code/cmd/cogentcode && core build web && cp -a bin/web ../../../static/code && cd ../../..
run: core build web -dir code/cmd/cogentcode -o static/code

- name: Build Canvas
run: cd canvas/cmd/canvas && core build web && cp -a bin/web ../../../static/canvas && cd ../../..
run: core build web -dir canvas/cmd/canvas -o static/canvas

- name: Setup Pages
id: pages
Expand Down

0 comments on commit c61c880

Please sign in to comment.