Skip to content

Commit ee96498

Browse files
committed
Ensure gettext is available in the build environment.
1 parent da400f9 commit ee96498

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
pip install --upgrade setuptools wheel
2626
pip install -r requirements.txt
2727
lektor plugins reinstall
28+
brew install gettext
2829
- name: Clean
2930
run : |
3031
lektor clean -O output --yes

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
pip install --upgrade pip
20-
pip install --upgrade setuptools
20+
pip install --upgrade setuptools wheel
2121
pip install -r requirements.txt
22+
lektor plugins reinstall
23+
brew install gettext
2224
- name: Build site
2325
run: |
24-
lektor plugins reinstall
2526
lektor build --no-prune
2627
- name: Publish site
2728
env:

0 commit comments

Comments
 (0)