We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d13808 commit 3bf12e9Copy full SHA for 3bf12e9
.github/workflows/build-ui.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Gulp locally to build the UI
22
run: npm i gulp-cli ./en
23
- name: Build en UI
24
- run: gulp bundle -f /en/gulpfile.js
+ run: gulp bundle -f ./en/gulpfile.js
25
# build fr website
26
27
run: npm i gulp-cli ./fr
0 commit comments