Skip to content

Commit 4ef4fca

Browse files
committed
fix: build script hostname
1 parent ed3e63f commit 4ef4fca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6262
submodules-scripts: submodules-build genver

0 commit comments

Comments
 (0)