Skip to content

Commit

Permalink
add canvas to ci build on web
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 18, 2024
1 parent 2b7c30f commit e9eacff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Build Code
run: cd code/cmd/cogentcode && core build web && cp -a bin/web ../../../static/code && cd ../../..

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

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit e9eacff

Please sign in to comment.