From 69acb8c04dded12798d8d71985c7f4bbed6b6cf4 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sat, 28 Dec 2024 16:16:27 +0000 Subject: [PATCH] Re-enable parallel builds We never knew why they broke on CI last time and not on any of machines.. checking if that was a setup issue on github side. This woudl enable much faster builds. --- .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..e9f8abc 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 bake - name: Release baked book to S3 uses: shallwefootball/s3-upload-action@master with: