From 13f19432ed420ef06733c82e4038e16822874097 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 10:52:54 +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 2f5bb737..334d573b 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -17,6 +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" + git push -u origin update-mkdocs-tx gh pr create -B update-mkdocs-tx -H update-mkdocs-tx --title 'Update mkdocs translations' --body 'run from mkdocs_tx' fi else