mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Revert "Remove parallel option from make (#368)"
This reverts commit 3d16d58817.
There is no reason for parallel build to fail
This commit is contained in:
2
.github/workflows/release-book-website.yml
vendored
2
.github/workflows/release-book-website.yml
vendored
@@ -64,7 +64,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:
|
||||||
|
|||||||
2
makefile
2
makefile
@@ -25,7 +25,7 @@ build_pdf:
|
|||||||
$(DOCKER_CMD) "cd /opt/repo/book && make"
|
$(DOCKER_CMD) "cd /opt/repo/book && make"
|
||||||
|
|
||||||
bake:
|
bake:
|
||||||
$(DOCKER_CMD) "cd /opt/repo/book && make bake"
|
$(DOCKER_CMD) "cd /opt/repo/book && make -j bake"
|
||||||
|
|
||||||
website:
|
website:
|
||||||
$(DOCKER_CMD) "cd /opt/repo/book && make website"
|
$(DOCKER_CMD) "cd /opt/repo/book && make website"
|
||||||
|
|||||||
Reference in New Issue
Block a user