From 9bbd17273029f7dd223e109ba11938bc669b5c27 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 11:01:22 +0100 Subject: [PATCH] fix --- website/scripts/mkdocs_tx_commit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/website/scripts/mkdocs_tx_commit.sh b/website/scripts/mkdocs_tx_commit.sh index 845a79c0..5d404ff6 100755 --- a/website/scripts/mkdocs_tx_commit.sh +++ b/website/scripts/mkdocs_tx_commit.sh @@ -13,7 +13,6 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then git push else # on push create a pull request - git checkout ${GITHUB_REF} BRANCH="update-mkdocs-tx-$RANDOM" git checkout -b ${BRANCH} git add mkdocs.yml