mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-06 09:34:25 -06:00
Synchronize output of parallel jobs in make
Gives me a chance to find the bug before reverting parallel build
This commit is contained in:
2
.github/workflows/test-book-website.yml
vendored
2
.github/workflows/test-book-website.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user