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 3140390 commit 13f1943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/scripts/mkdocs_tx_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13f1943

Please sign in to comment.