From a8e98595c7d29ec1fa04178658621d14180d5837 Mon Sep 17 00:00:00 2001 From: Ced Date: Fri, 27 Oct 2023 21:16:22 +0100 Subject: [PATCH] Use parallel build on github release action --- .github/workflows/release-book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-book.yml b/.github/workflows/release-book.yml index f10092b..65738ea 100644 --- a/.github/workflows/release-book.yml +++ b/.github/workflows/release-book.yml @@ -32,7 +32,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: