From 4fd7524719a4cdcd34e035218dad4243acbe1c82 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 2 Dec 2023 04:53:33 -0700 Subject: [PATCH] Update update-readme.yml --- .github/workflows/update-readme.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 0d42e16..6ba9e27 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -15,6 +15,9 @@ jobs: - name: Run auto-doc uses: tj-actions/auto-doc@v3 + with: + use_code_blocks: true + use_major_version: true - name: Run remark uses: tj-actions/remark@v3