diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c4d85de..c32588b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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