mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-14 07:01:12 -06:00
Use parallel build on github release action
This commit is contained in:
2
.github/workflows/release-book.yml
vendored
2
.github/workflows/release-book.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
options: -v ${{ github.workspace }}:/app
|
||||
run: |
|
||||
cd /app/book
|
||||
make bake
|
||||
make -j bake
|
||||
- name: Release baked book to S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user