Skip to content

Commit bdd2cfa

Browse files
lkg
1 parent 43ddee8 commit bdd2cfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Build project
2828
run: npm run build
2929

30+
- name: Run LKG build
31+
run: npx hereby LKG
32+
3033
- name: Commit built files
3134
if: success() # Only commit if the previous steps were successful
3235
run: |

0 commit comments

Comments
 (0)