diff --git a/website/scripts/mkdocs_tx_commit.sh b/website/scripts/mkdocs_tx_commit.sh index 129c178d..7489ec98 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -20,7 +20,8 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then git checkout -b ${BRANCH} git add mkdocs.yml git commit -m "Update mkdocs.yml translation" - gh pr create -B "${GITHUB_REF}" -H "${BRANCH}" --title 'Update mkdocs translations' --body 'run from mkdocs_tx' + gh pr create --title 'Update mkdocs translations' --body 'run from mkdocs_tx' + # gh pr create -B "${GITHUB_REF}" -H "${BRANCH}" --title 'Update mkdocs translations' --body 'run from mkdocs_tx' fi else echo "no change mkdocs.yml"