Skip to content

Commit

Permalink
fix code path
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 18, 2024
1 parent f85e5fc commit 2b7c30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cd docs && core build web -vanity-url cogentcore.org/cogent -github-vanity-repository cogentcore/cogent && cp -a bin/web ../static && cd ..

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

- name: Setup Pages
id: pages
Expand Down

0 comments on commit 2b7c30f

Please sign in to comment.