locales: Automated Markdown Update (#658) #725
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Markdown Output | |
on: | |
push: | |
branches: | |
- translations | |
- weblate-klipper-readme | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: install mdpo dependency | |
run: sudo apt-get install libmd4c-dev libmd4c-html0 libmd4c-html0-dev | |
- name: install mdpo | |
run: pip install mdpo | |
- name: run update-md.py | |
run: python ./scripts/update-md.py | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v3 | |
with: | |
commit-message: "locales: Automated Markdown Update" | |
committer: GitHub <noreply@github.com> | |
signoff: true | |
author: GitHub <noreply@github.com> | |