From eab7f30c69df9a3fa1a35866b3d9fb7468c80f9f Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 13:00:08 +0100 Subject: [PATCH] fix --- website/scripts/mkdocs_tx_commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/website/scripts/mkdocs_tx_commit.sh b/website/scripts/mkdocs_tx_commit.sh index 129c178d..29e59158 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -20,6 +20,7 @@ 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 --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