Commit 63359c86 authored by Peter Parente's avatar Peter Parente

Fix docs/locale update ping-pong

Do not trigger another docs/local/en update and push
to master when localized text changes
parent 5755b819
...@@ -62,7 +62,7 @@ docs: ## build HTML documentation ...@@ -62,7 +62,7 @@ docs: ## build HTML documentation
make -C docs html make -C docs html
n-docs-diff: ## number of docs/ files changed since branch from master n-docs-diff: ## number of docs/ files changed since branch from master
@git diff --name-only $(DIFF_RANGE) -- docs/ | wc -l | awk '{print $$1}' @git diff --name-only $(DIFF_RANGE) -- docs/ ':!docs/locale' | wc -l | awk '{print $$1}'
n-other-diff: ## number of files outside docs/ changed since branch from master n-other-diff: ## number of files outside docs/ changed since branch from master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment