Skip to content

Commit

Permalink
Merge from Mainline (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhansansel authored Dec 19, 2024
2 parents 1361976 + 9882bb2 commit db9df21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.7"
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 db9df21

Please sign in to comment.