Skip to content

Commit b5d5788

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020
- name: Install Gulp locally to build the UI
21-
run: npm i gulp-cli ./user-interface
21+
run: npm i gulp-cli ./en
2222
- name: Build UI
2323
run: gulp bundle -f ./en/gulpfile.js
2424
- name: 'Upload Artifact'

0 commit comments

Comments
 (0)