We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da400f9 commit 1e3f42cCopy full SHA for 1e3f42c
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
pip install --upgrade setuptools wheel
26
pip install -r requirements.txt
27
lektor plugins reinstall
28
+ sudo apt update -y
29
+ sudo apt install -y --no-install-recommends gettext
30
- name: Clean
31
run : |
32
lektor clean -O output --yes
.github/workflows/publish.yml
@@ -17,11 +17,12 @@ jobs:
17
- name: Install dependencies
18
run: |
19
pip install --upgrade pip
20
- pip install --upgrade setuptools
+ pip install --upgrade setuptools wheel
21
22
+ lektor plugins reinstall
23
+ brew install gettext
24
- name: Build site
- lektor plugins reinstall
lektor build --no-prune
- name: Publish site
env:
0 commit comments