Skip to content

Commit 3bf12e9

Browse files
actions
fix path
1 parent 1d13808 commit 3bf12e9

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Gulp locally to build the UI
2222
run: npm i gulp-cli ./en
2323
- name: Build en UI
24-
run: gulp bundle -f /en/gulpfile.js
24+
run: gulp bundle -f ./en/gulpfile.js
2525
# build fr website
2626
- name: Install Gulp locally to build the UI
2727
run: npm i gulp-cli ./fr

0 commit comments

Comments
 (0)