Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2024
1 parent 07672c0 commit 9bbd172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/scripts/mkdocs_tx_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bbd172

Please sign in to comment.