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 79c8e6c commit b881c9bCopy full SHA for b881c9b
.github/workflows/build-ui.yml
@@ -25,11 +25,15 @@ jobs:
25
run: npm i gulp-cli ./en
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
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
37
# download UIs
38
- name: Upload GitHub Pages Artifact
39
uses: actions/upload-pages-artifact@v3
public/en/ui-bundle.zip
-321 KB
public/fr/ui-bundle.zip
0 commit comments