From 60928bc4045b3123d240a1d76f2ab3fcc1aad28f Mon Sep 17 00:00:00 2001 From: Cedric Date: Sun, 29 Dec 2024 20:20:47 +0000 Subject: [PATCH] Revert "Disable parallel build once again" This reverts commit 6eba9635ddca7cd4af7815dd0e355990786324b1. --- .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 fb5aed7..1050077 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 bake + make -j -O bake - name: Release baked book to S3 uses: shallwefootball/s3-upload-action@master with: