Skip to content

Commit

Permalink
update aar-doc execution in cicd (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored Oct 28, 2024
1 parent 41f56d0 commit bee123b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/roles-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
python-version: 3.11

- name: Install aar_doc
run: pip3 install aar_doc
run: pip3 install aar-doc

- name: Run aar_doc
run: aar_doc --config-file .aar_doc.yml roles/ansible_icinga/ markdown
run: aar-doc --config-file .aar_doc.yml roles/ansible_icinga/ markdown

- name: Push README
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit bee123b

Please sign in to comment.