Skip to content

Update README

Update README #5

Workflow file for this run

name: Code blocks in docs
on:
pull_request:
jobs:
auto-update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Update README
uses: dineshsonachalam/markdown-autodocs@v1.0.7
with:
commit_message: Update README.
output_file_paths: '[./README.md]'
categories: '[code-block]'