mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-04 17:48:32 +00:00
Parallelize build
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user