Skip to content

Commit

Permalink
Adds in the dependency for auto-gen manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Sep 26, 2023
1 parent f346e8c commit 521ca9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: pip install argparse-manpages

- name: Install dependencies 'six' library
run: pip install six

- name: Generate Manpages
run: |
chmod +x scripts/manpage_generation.sh
Expand Down

0 comments on commit 521ca9f

Please sign in to comment.