Skip to content

Commit

Permalink
chore: remove bok-choy
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Sep 28, 2023
1 parent 7e58e28 commit 3fc454c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
- name: Add node_modules bin to $Path
run: echo $GITHUB_WORKSPACE/node_modules/.bin >> $GITHUB_PATH

- name: Run Static Assets Check
env:
LMS_CFG: lms/envs/minimal.yml
CMS_CFG: cms/envs/minimal.yml

run: |
paver update_assets lms
paver update_assets cms

0 comments on commit 3fc454c

Please sign in to comment.