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 66ba957 commit 6f6d4bfCopy full SHA for 6f6d4bf
.github/workflows/build-ui.yml
@@ -26,14 +26,14 @@ jobs:
26
- name: Build en UI
27
run: gulp bundle -f ./en/gulpfile.js
28
- name: Move built folder to public
29
- run: mv en/build/* public/en/ui-bundle.zip
+ run: mv en/build/ui-bundle.zip public/en/
30
# build fr website
31
- name: Install Gulp locally to build the UI
32
run: npm i gulp-cli ./fr
33
- name: Build fr UI
34
run: gulp bundle -f ./fr/gulpfile.js
35
36
- run: mv fr/build/* public/fr/ui-bundle.zip
+ run: mv fr/build/ui-bundle.zip public/fr/
37
# download UIs
38
- name: Upload GitHub Pages Artifact
39
uses: actions/upload-pages-artifact@v3
0 commit comments