Skip to content

Commit b881c9b

Browse files
action
publish the built UIs automatically
1 parent 79c8e6c commit b881c9b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/build-ui.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ jobs:
2525
run: npm i gulp-cli ./en
2626
- name: Build en UI
2727
run: gulp bundle -f ./en/gulpfile.js
28+
- name: Move built folder to public
29+
run: mv en/build/* public/en
2830
# build fr website
2931
- name: Install Gulp locally to build the UI
3032
run: npm i gulp-cli ./fr
3133
- name: Build fr UI
3234
run: gulp bundle -f ./fr/gulpfile.js
35+
- name: Move built folder to public
36+
run: mv fr/build/* public/fr
3337
# download UIs
3438
- name: Upload GitHub Pages Artifact
3539
uses: actions/upload-pages-artifact@v3

public/en/ui-bundle.zip

-321 KB
Binary file not shown.

public/fr/ui-bundle.zip

-321 KB
Binary file not shown.

0 commit comments

Comments
 (0)