Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a7d4a commit 5320b9dCopy full SHA for 5320b9d
.github/workflows/ci.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Install Dependencies
18
run: sudo apt-get install gettext
19
20
- - name: Build
21
- run: VERSION=${{ github.event.pull_request.base.ref }} make
+ - name: Validate
+ run: VERSION=${{ github.event.pull_request.base.ref }} MODE=dummy make
Makefile
@@ -23,7 +23,7 @@ VENV := ~/.venvs/python-docs-i18n/
23
PYTHON := $(shell which python3)
24
MODE := autobuild-dev-html
25
BRANCH := $(or $(VERSION), $(shell git describe --contains --all HEAD))
26
-JOBS = 1
+JOBS := 4
27
28
29
.PHONY: all
0 commit comments