Skip to content

Commit

Permalink
attempt to use . as collection location
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Feb 2, 2024
1 parent b7f4587 commit ce78d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python -m pip install --upgrade pip
pip install antsibull-docs ansible
ls -lart
ln -s $(pwd) ~/.ansible/collections/ansible_collections/ericsysmin/docker
ansible-galaxy collection install .
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 ce78d7d

Please sign in to comment.