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/checkout@v4.1.1
- 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/git-auto-commit-action@v5.0.0
with:
file_pattern: "*[.svg,.png]"
commit_message: automatically rendered mermaid diagrams