From 8f88c2363063691cb157e4c7b3f0f6d7d9b38464 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 10:18:56 +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 55d1aa83..ffb8017c 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -17,7 +17,7 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then git checkout -b update-mkdocs-tx git add mkdocs.yml git commit -m "Update mkdocs.yml translation" - gh pr create -B update-mkdocs-tx -H update-mkdocs-tx --title 'Update mkdocs translations' + gh pr create -B update-mkdocs-tx -H update-mkdocs-tx --title 'Update mkdocs translations' --body 'run from mkdocs_tx' fi else echo "no change mkdocs.yml"