Skip to content

Commit

Permalink
attempt to update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Feb 2, 2024
1 parent a631be6 commit b7f4587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install antsibull-docs
pip install antsibull-docs ansible
ls -lart
ln -s $(pwd) ~/.ansible/collections/ansible_collections/ericsysmin/docker
antsibull-docs sphinx-init --use-current --dest-dir dest ericsysmin.docker
cd dest; pip install -r requirements.txt
./build.sh
Expand Down

0 comments on commit b7f4587

Please sign in to comment.