Skip to content

Commit e3e1b06

Browse files
committed
Use parallel make
1 parent 951ea33 commit e3e1b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: docker build -t hugo-builder .
2121

2222
- name: Convert .tex to .svg
23-
run: docker run -v ${{ github.workspace }}:/workspace hugo-builder make -C /workspace
23+
run: docker run -v ${{ github.workspace }}:/workspace hugo-builder make -j -C /workspace
2424

2525
- name: Set permissions for GitHub Actions
2626
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)