Skip to content

Commit 63a4de8

Browse files
committed
update JOBS
1 parent 6c3a312 commit 63a4de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
run: sudo apt-get install gettext
1414

1515
- name: Validate
16-
run: VERSION=${{ github.event.repository.default_branch }} MODE=text make all
16+
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=text make all

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LANGUAGE := zh_TW
4444
LC_MESSAGES := $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES
4545
VENV := ~/.venvs/python-docs-i18n/
4646
MODE := $(or $(MODE), autobuild-dev-html)
47-
JOBS := 4
47+
JOBS := $(or $(JOBS), auto)
4848

4949
.PHONY: all
5050
all: prepare_deps ## Automatically build an html local version

0 commit comments

Comments
 (0)