We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3e63f commit 4ef4fcaCopy full SHA for 4ef4fca
2 files changed
.github/workflows/build.yml
@@ -34,6 +34,10 @@ jobs:
34
restore-keys: |
35
${{ runner.OS }}-npm-cache
36
37
+ - name: Init
38
+ run: |
39
+ sudo hostnamectl hostname runner-prod
40
+
41
- name: Build
42
run: |
43
make ci
Makefile
@@ -56,7 +56,7 @@ modify: git substash
56
@echo -e "\033[32m[MODIFY ]\033[0m Cleaning theme fonts" && rm -f themes/tranquilpeak/source/_fonts/*
57
@echo -e "\033[32m[MODIFY ]\033[0m Copying fonts binary" && cp patches/binary/fonts/* themes/tranquilpeak/source/_fonts/
58
59
-submodules-build: packages modify
+submodules-build: modify packages
60
@echo -e "\033[32m[PACKAGE]\033[0m submodules: $(nodepm) run grunt -- buildProd" && cd themes/tranquilpeak/ && $(nodepm) run grunt -- buildProd
61
62
submodules-scripts: submodules-build genver
0 commit comments