File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments