From 6eba9635ddca7cd4af7815dd0e355990786324b1 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sat, 28 Dec 2024 17:36:43 +0000 Subject: [PATCH] Disable parallel build once again But now I have a log so hopefully I can debug it! --- .github/workflows/release-book-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-book-website.yml b/.github/workflows/release-book-website.yml index 1050077..fb5aed7 100644 --- a/.github/workflows/release-book-website.yml +++ b/.github/workflows/release-book-website.yml @@ -64,7 +64,7 @@ jobs: options: -v ${{ github.workspace }}:/app run: | cd /app/book - make -j -O bake + make bake - name: Release baked book to S3 uses: shallwefootball/s3-upload-action@master with: