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 825a8b0 commit c2e324e
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 @@ -9,7 +9,7 @@ if [[ $(git diff --exit-code mkdocs.yml) ]]; then
echo "detected changes in mkdocs.yml"
if [[ ${GITHUB_EVENT_NAME} == "pull_request" ]]; then
# on PR push to the same branch
gh pr checkout ${{ github.event.pull_request.number }}
gh pr checkout $(echo "${GITHUB_REF_NAME}" | cut -d/ -f1)
git add mkdocs.yml
git commit -m "Update mkdocs.yml translation"
git push
Expand Down

0 comments on commit c2e324e

Please sign in to comment.