From bf205a9780bc851030eb1bcbe9b46cbdd670c1c7 Mon Sep 17 00:00:00 2001 From: Fabrizio250 <127192092+Fabrizio250@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:12:12 +0200 Subject: [PATCH] Update make_documentation.yml --- .github/workflows/make_documentation.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/make_documentation.yml b/.github/workflows/make_documentation.yml index 00a5356..d4862d7 100644 --- a/.github/workflows/make_documentation.yml +++ b/.github/workflows/make_documentation.yml @@ -25,14 +25,9 @@ jobs: - name: Run main script run: | - cd cookiecutter/docs/maker_documentation + cd {{cookiecutter.project_name}}/docs/maker_documentation python main.py - - name: Configure Git - run: | - git config --global user.name 'GitHub Actions' - git config --global user.email 'actions@github.com' - - name: Commit and push changes run: | cd cookiecutter/docs