From 12776b3b7f1076033bb83bfe06869d340a476ef1 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 13:52:46 +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 3e66b583..0ec96d6c 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -20,7 +20,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" --no-verify git push -u origin $BRANCH echo "gh pr create -B ${GITHUB_REF_NAME} -H ${BRANCH} --title 'Update mkdocs translations' --body 'run from mkdocs_tx'"