From ddb9b70234b81619ed80d0f08cb71ab0edde1de9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 28 Dec 2022 00:44:55 -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 462f438..335f4a3 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -12,6 +12,9 @@ jobs: - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 + + - name: Run auto-doc + uses: tj-actions/auto-doc@v1.6.0 - name: Run test uses: tj-actions/remark@v3