Skip to content

Commit

Permalink
Change to fix review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jul 18, 2024
1 parent b073dc5 commit f1bfb6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,6 @@ python3 living_documenation_generator.py
cd .. || exit 1
```

### Running single script locally
For running just one script at the time, add the following commands to the shell script:
```
cd src || exit 1
python3 github_query_project_state.py
cd .. || exit 1
```

### Make the Script Executable
From the terminal that is in the root of this project, make the script executable:
```shell
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ runs:
INPUT_REPOSITORIES: ${{ inputs.repositories }}
INPUT_PROJECT_STATE_MINING: ${{ inputs.project_state_mining }}
INPUT_PROJECTS_TITLE_FILTER: ${{ inputs.projects_title_filter }}
INPUT_MILESTONES_AS_CHAPTERS: ${{ inputs.milestones_as_chapters }}

run: |
python3 ${{ github.action_path }}/src/living_documentation_generator.py
Expand Down

0 comments on commit f1bfb6f

Please sign in to comment.