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'"