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 5c06edb commit 01cb7b5
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 @@ -15,6 +15,7 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then
# on push create a pull request
git checkout ${GITHUB_HEADREF}
git checkout -b update-mkdocs-tx
git add mkdocs.yml
git commit -m "Update mkdocs.yml translation"
gh pr create -B update-mkdocs-tx -H update-mkdocs-tx --title 'Update mkdocs translations'
fi
Expand Down

0 comments on commit 01cb7b5

Please sign in to comment.