Skip to content

Commit 63359c8

Browse files
committed
Fix docs/locale update ping-pong
Do not trigger another docs/local/en update and push to master when localized text changes
1 parent 5755b81 commit 63359c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docs: ## build HTML documentation
6262
make -C docs html
6363

6464
n-docs-diff: ## number of docs/ files changed since branch from master
65-
@git diff --name-only $(DIFF_RANGE) -- docs/ | wc -l | awk '{print $$1}'
65+
@git diff --name-only $(DIFF_RANGE) -- docs/ ':!docs/locale' | wc -l | awk '{print $$1}'
6666

6767

6868
n-other-diff: ## number of files outside docs/ changed since branch from master

0 commit comments

Comments
 (0)