Skip to content

Commit

Permalink
Update make_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio250 committed Sep 13, 2024
1 parent 1d779c5 commit bf205a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/make_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
- name: Commit and push changes
run: |
cd cookiecutter/docs
Expand Down

0 comments on commit bf205a9

Please sign in to comment.