File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3434 restore-keys : |
3535 ${{ runner.OS }}-npm-cache
3636
37+ - name : Init
38+ run : |
39+ sudo hostnamectl hostname runner-prod
40+
3741 - name : Build
3842 run : |
3943 make ci
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ modify: git substash
5656 @echo -e " \033[32m[MODIFY ]\033[0m Cleaning theme fonts" && rm -f themes/tranquilpeak/source/_fonts/*
5757 @echo -e " \033[32m[MODIFY ]\033[0m Copying fonts binary" && cp patches/binary/fonts/* themes/tranquilpeak/source/_fonts/
5858
59- submodules-build : packages modify
59+ submodules-build : modify packages
6060 @echo -e " \033[32m[PACKAGE]\033[0m submodules: $( nodepm) run grunt -- buildProd" && cd themes/tranquilpeak/ && $(nodepm ) run grunt -- buildProd
6161
6262submodules-scripts : submodules-build genver
You can’t perform that action at this time.
0 commit comments