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