Skip to content

update checkout and auto commit actions to latest versions #49

update checkout and auto commit actions to latest versions

update checkout and auto commit actions to latest versions #49

name: render-md-mermaid
on: push
jobs:
render-md-mermaid:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Render images for every Mermaid diagram in all Markdown files (*.md) in the repo.
uses: ./
- name: Commit rendered png and svg files
uses: stefanzweifel/[email protected]
with:
file_pattern: "*[.svg,.png]"
commit_message: automatically rendered mermaid diagrams