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

Commit5320b9d

Browse files
committed
chore: update sphinxopt for reducing CI duration
1 parentc9a7d4a commit5320b9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
-name:Install Dependencies
1818
run:sudo apt-get install gettext
1919

20-
-name:Build
21-
run:VERSION=${{ github.event.pull_request.base.ref }} make
20+
-name:Validate
21+
run:VERSION=${{ github.event.pull_request.base.ref }}MODE=dummymake

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ VENV := ~/.venvs/python-docs-i18n/
2323
PYTHON :=$(shell which python3)
2424
MODE := autobuild-dev-html
2525
BRANCH :=$(or$(VERSION),$(shell git describe --contains --all HEAD))
26-
JOBS= 1
26+
JOBS:= 4
2727

2828

2929
.PHONY: all

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp