Skip to content

Commit 12b6741

Browse files
committed
disable parallel build
1 parent f4d9c0c commit 12b6741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Generate new HTML documents
3131
run: |
32-
make -j2 html
32+
make html
3333
3434
- name: Check commit IDs
3535
id: commitid

0 commit comments

Comments
 (0)