Disable parallel build once again

But now I have a log so hopefully I can debug it!
This commit is contained in:
Cedric
2024-12-28 17:36:43 +00:00
parent 7804bd8df1
commit 6eba9635dd

View File

@@ -64,7 +64,7 @@ jobs:
options: -v ${{ github.workspace }}:/app options: -v ${{ github.workspace }}:/app
run: | run: |
cd /app/book cd /app/book
make -j -O bake make 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: