From cd71ba8f6b21e6c0087afcab22e13b9573fc46c3 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 13:48:33 +0100 Subject: [PATCH] fix --- website/scripts/mkdocs_tx_commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/scripts/mkdocs_tx_commit.sh b/website/scripts/mkdocs_tx_commit.sh index 5188acfe..54c83999 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -21,7 +21,7 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then pre-commit install git checkout -b ${BRANCH} git add mkdocs.yml - pre-commit run --files mkdocs.yml + pre-commit run --files mkdocs.yml || true git commit -m "Update mkdocs.yml translation" git push -u origin $BRANCH echo "gh pr create -B ${GITHUB_REF_NAME} -H ${BRANCH} --title 'Update mkdocs translations' --body 'run from mkdocs_tx'"