Update docker.yml

This commit is contained in:
luxtiasco 2022-04-13 21:13:13 +08:00 committed by GitHub
parent d3df269269
commit 5453f9331f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,29 +9,6 @@ on:
jobs:
themes:
name: Themes
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Ubuntu packages
run: sudo ./utils/searx.sh install buildhost
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
- name: Cache Python dependencies
id: cache-python
uses: actions/cache@v2
with:
path: ./local
key: python-ubuntu-20.04-3.9-${{ hashFiles('requirements*.txt', 'setup.py') }}
- name: Install node dependencies
run: make V=1 node.env
- name: Build themes
run: make V=1 themes.all
docker: