Skip to content

Commit

Permalink
Fix docs/locale update ping-pong
Browse files Browse the repository at this point in the history
Do not trigger another docs/local/en update and push
to master when localized text changes
  • Loading branch information
parente committed May 5, 2019
1 parent 5755b81 commit 63359c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docs: ## build HTML documentation
make -C docs html

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
Expand Down

0 comments on commit 63359c8

Please sign in to comment.