diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-16 13:28:08 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-06-16 14:30:09 +0200 |
commit | 7137d2893f33e9158e8563a21d9586119d175269 (patch) | |
tree | e204cc396e73525bbe490bb4f3315198ef317245 /.github | |
parent | e3ebfd41d7379384186fd74a7db430247eef8c84 (diff) | |
download | searxng-7137d2893f33e9158e8563a21d9586119d175269.tar.gz searxng-7137d2893f33e9158e8563a21d9586119d175269.zip |
[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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 914ce163f..ca0a02824 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 |