diff --git a/.github/workflows/test-book-website.yml b/.github/workflows/test-book-website.yml index 35f54d0e..f29b7ff1 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 -O build_serif_pdf build_ebook build_booklet + make -j -O bake - name: Upload book Artifacts uses: actions/upload-artifact@v3 with: