From d67d70707ca03b2ea374906110040d923f0f9a61 Mon Sep 17 00:00:00 2001 From: yck Date: Tue, 14 Sep 2021 16:08:54 +0800 Subject: [PATCH] Update markdown.yml --- .github/workflows/markdown.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index cff3f2e..15141d9 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -6,7 +6,7 @@ # This workflow will install Deno then run Deno lint and test. # For more information see: https://github.com/denoland/setup-deno -name: Deno +name: markdown-autodocs on: push: @@ -19,5 +19,6 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - name: Markdown autodocs uses: dineshsonachalam/markdown-autodocs@v1.0.3