Skip to content

Commit

Permalink
Remove -j flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Dec 11, 2023
1 parent 242e2aa commit 54b0cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-book-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
options: -v ${{ github.workspace }}:/app
run: |
cd /app/book
make -j website
make website
- name: Upload book Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 54b0cf1

Please sign in to comment.