From dcde00fc6ce64b7048b1bd9972cf15213b9a1cba Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 28 Apr 2022 12:00:43 -0400 Subject: [PATCH] Create docsify.yml --- .github/workflows/docsify.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/docsify.yml diff --git a/.github/workflows/docsify.yml b/.github/workflows/docsify.yml new file mode 100644 index 00000000..2055d953 --- /dev/null +++ b/.github/workflows/docsify.yml @@ -0,0 +1,15 @@ +- name: docsify-action + # You may pin to the exact commit or the version. + # uses: tool3/docsify-action@0221337ae139ac03ef834b9705a13395d587ba0e + uses: tool3/docsify-action@v1.0.3 + with: + # github access token + github_token: + # destination dir + dir: # optional, default is docs + # destination branch + branch: # optional, default is master + # docsify-cli args + docsify_args: # optional + # commit message used when pushing + commit_msg: # optional, default is docs update 📚