Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63a4de8

Browse files
committed
update JOBS
1 parent6c3a312 commit63a4de8

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=4MODE=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)

[8]ページ先頭

©2009-2025 Movatter.jp