We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ddee8 commit bdd2cfaCopy full SHA for bdd2cfa
1 file changed
.github/workflows/build.yaml
@@ -27,6 +27,9 @@ jobs:
27
- name: Build project
28
run: npm run build
29
30
+ - name: Run LKG build
31
+ run: npx hereby LKG
32
+
33
- name: Commit built files
34
if: success() # Only commit if the previous steps were successful
35
run: |
0 commit comments