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

Commit4fe1add

Browse files
committed
use html mode in ci
1 parent7949b02 commit4fe1add

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=dummy make all
16+
run:VERSION=${{ github.event.repository.default_branch }} MODE=html make all

‎Makefile

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

4949
.PHONY: all

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp