summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-16 13:28:08 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-16 14:30:09 +0200
commit7137d2893f33e9158e8563a21d9586119d175269 (patch)
treee204cc396e73525bbe490bb4f3315198ef317245 /.github
parente3ebfd41d7379384186fd74a7db430247eef8c84 (diff)
[mod] simple theme: remove src/less/ion.less
This file is generated by webfont. * It is now generated as searx/static/themes/simple/ion.less * It is generated before the .less compilation. * .gitignore includes this file Add two new package depedencies: fontforge ttfautohint See utils/searx.sh
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 914ce163..ca0a0282 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Ubuntu packages
- run: sudo ./utils/searx.sh install packages
+ run: sudo ./utils/searx.sh install buildhost
- name: Install node dependencies
run: make V=1 node.env
- name: Build themes