From 7804bd8df1ca4dab0f5bd0268360b094f2c3b73e Mon Sep 17 00:00:00 2001 From: Cedric Date: Sat, 28 Dec 2024 17:17:16 +0000 Subject: [PATCH] Synchronize output of parallel jobs in make Gives me a chance to find the bug before reverting parallel build --- .github/workflows/release-book-website.yml | 2 +- .github/workflows/test-book-website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-book-website.yml b/.github/workflows/release-book-website.yml index e9f8abc..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 -j bake + make -j -O bake - name: Release baked book to S3 uses: shallwefootball/s3-upload-action@master with: diff --git a/.github/workflows/test-book-website.yml b/.github/workflows/test-book-website.yml index 0325c0e..7d24537 100644 --- a/.github/workflows/test-book-website.yml +++ b/.github/workflows/test-book-website.yml @@ -40,7 +40,7 @@ jobs: options: -v ${{ github.workspace }}:/app run: | cd /app/book - make -j build_serif_pdf build_ebook website + make -j -O build_serif_pdf build_ebook website - name: Upload book Artifacts uses: actions/upload-artifact@v3 with: