Parallelize build

This commit is contained in:
Aarni Koskela
2021-02-19 18:57:09 +02:00
parent 18ac2c0586
commit ce51a4625a
2 changed files with 16 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip wheel
python -m pip install -r requirements.txt
- name: Build
run: make
run: make -j3
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.0.0
with: