Skip to content

Commit 6f6d4bf

Browse files
action
publish the built UIs automatically
1 parent 66ba957 commit 6f6d4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
- name: Build en UI
2727
run: gulp bundle -f ./en/gulpfile.js
2828
- name: Move built folder to public
29-
run: mv en/build/* public/en/ui-bundle.zip
29+
run: mv en/build/ui-bundle.zip public/en/
3030
# build fr website
3131
- name: Install Gulp locally to build the UI
3232
run: npm i gulp-cli ./fr
3333
- name: Build fr UI
3434
run: gulp bundle -f ./fr/gulpfile.js
3535
- name: Move built folder to public
36-
run: mv fr/build/* public/fr/ui-bundle.zip
36+
run: mv fr/build/ui-bundle.zip public/fr/
3737
# download UIs
3838
- name: Upload GitHub Pages Artifact
3939
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)