Use parallel build on github release action

This commit is contained in:
Ced
2023-10-27 21:16:22 +01:00
parent 9adcca73eb
commit a8e98595c7

View File

@@ -32,7 +32,7 @@ jobs:
options: -v ${{ github.workspace }}:/app options: -v ${{ github.workspace }}:/app
run: | run: |
cd /app/book cd /app/book
make bake make -j bake
- name: Release baked book to S3 - name: Release baked book to S3
uses: shallwefootball/s3-upload-action@master uses: shallwefootball/s3-upload-action@master
with: with: