From 9eded8d312fe1f2ed7c4c0a6b3fb8f855144d6bf Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:43:53 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33366bc..65f984f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,8 +48,9 @@ jobs: run: npx typedoc - name: Publish docs - uses: EndBug/add-and-commit@v7 - with: - cwd: ./docs - default_author: github_actions - message: "Automated docs update" + run: | + echo $PWD + git add . + git cm 'Automated docs update' + git push + working-directory: docs