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 5e5c76f commit c4c2fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/scripts/mkdocs_tx_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then
pre-commit install
git checkout -b ${BRANCH}
git add mkdocs.yml
pre-commit run
pre-commit run || true
git commit -m "Update mkdocs.yml translation"
git push -u origin $BRANCH
echo "gh pr create -B ${GITHUB_REF_NAME} -H ${BRANCH} --title 'Update mkdocs translations' --body 'run from mkdocs_tx'"
Expand Down

0 comments on commit c4c2fbe

Please sign in to comment.