Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
update workflows
  • Loading branch information
JosePabloOcampo1212 authored Dec 18, 2024
1 parent e36f9d6 commit 9882bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
python-version: "3.8"
- name: Install dependencies
run: make doc-setup
run: |
pip install antsibull-docs
make doc-setup
- name: Build docs
run: make doc
- name: commit docs
Expand Down

0 comments on commit 9882bb2

Please sign in to comment.