Skip to content

Commit b2831c6

Browse files
action
uncomment build steps
1 parent 8b846af commit b2831c6

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.github/workflows/build-ui.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,17 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
23-
# build en website
24-
# - name: Install Gulp locally to build the UI
25-
# run: npm i gulp-cli ./en
26-
# - name: Build en UI
27-
# run: gulp bundle -f ./en/gulpfile.js
28-
# # build fr website
29-
# - name: Install Gulp locally to build the UI
30-
# run: npm i gulp-cli ./fr
31-
# - name: Build fr UI
32-
# run: gulp bundle -f ./fr/gulpfile.js
33-
# # download UIs
34-
# - name: nojekill
35-
# run: touch ./.nojekyll
23+
#build en website
24+
- name: Install Gulp locally to build the UI
25+
run: npm i gulp-cli ./en
26+
- name: Build en UI
27+
run: gulp bundle -f ./en/gulpfile.js
28+
# build fr website
29+
- name: Install Gulp locally to build the UI
30+
run: npm i gulp-cli ./fr
31+
- name: Build fr UI
32+
run: gulp bundle -f ./fr/gulpfile.js
33+
# download UIs
3634
- name: Upload GitHub Pages Artifact
3735
uses: actions/upload-pages-artifact@v3
3836
with:

0 commit comments

Comments
 (0)