Skip to content

Commit 5320b9d

Browse files
committed
chore: update sphinxopt for reducing CI duration
1 parent c9a7d4a commit 5320b9d

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=dummy make

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)