From 14b9592dda4ebf62a8604c95e141f4b1ed778f70 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 2 Dec 2023 04:31:14 -0700 Subject: [PATCH] Update update-readme.yml --- .github/workflows/update-readme.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index c3aa0d7..4896409 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,10 @@ jobs: fetch-depth: 0 - name: Run auto-doc - uses: tj-actions/auto-doc@v3.4.0 + uses: tj-actions/auto-doc@v3 + with: + use_code_blocks: true + use_major_version: true - name: Run test uses: tj-actions/remark@v3