mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 06:01:11 -06:00
Remove parallel option from make (#368)
This temporarily removes the parallel option from make to ensure that we can release the booklet. I am not sure why it causes an issue. Baking the book without it causes no problem.
This commit is contained in:
committed by
GitHub
parent
24a9f5c31e
commit
3d16d58817
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
|
||||
run: |
|
||||
cd /app/book
|
||||
make -j bake
|
||||
make bake
|
||||
- name: Release baked book to S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user