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: