Skip to content

Commit 4fc4262

Browse files
actions
try to fix gulp install
1 parent cd5666e commit 4fc4262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-ui.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
20+
- name: Install Gulp locally to build the UI
21+
run: npm i gulp-cli ./user-interface
2022
- name: Build UI
2123
run: gulp bundle -f ./en/gulpfile.js
2224
- name: 'Upload Artifact'

0 commit comments

Comments
 (0)