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 ee96498Copy full SHA for ee96498
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
pip install --upgrade setuptools wheel
26
pip install -r requirements.txt
27
lektor plugins reinstall
28
+ brew install gettext
29
- name: Clean
30
run : |
31
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
24
- name: Build site
- lektor plugins reinstall
lektor build --no-prune
- name: Publish site
env:
0 commit comments