Skip to content

[RHELC-1102] Add CentOS 9 unit tests (#898) #7

[RHELC-1102] Add CentOS 9 unit tests (#898)

[RHELC-1102] Add CentOS 9 unit tests (#898) #7

name: Generate Manpages
on:
push:
branches:
- main
jobs:
generate-manpages:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: pip install argparse-manpage
- name: Generate Manpages
run: |
chmod +x scripts/manpage_generation.sh
bash scripts/manpage_generation.sh