From b4bf032e6d3a6305fe8c0eb42bb43cc0213d612b Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:24:00 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d929420..1e03b2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,9 +50,12 @@ jobs: - name: Generate docs run: npx typedoc + - name: Moving to docs folder + run: cd docs/ + - name: Publish docs uses: EndBug/add-and-commit@v7 with: - cwd: ./docs + add: "*" default_author: github_actions message: "Automated docs update"