mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-04-11 11:21:22 +00:00
Update Ansible GitHub workflows
The workflows committed in the first commit were missing the installation of required dependencies and other fixes. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@@ -48,10 +48,7 @@ jobs:
|
||||
- name: Create default collection path
|
||||
run: |
|
||||
mkdir -p /home/runner/.ansible/
|
||||
cp -rp /home/runner/work/kubevirt/kubevirt/ansible_collections /home/runner/.ansible/collections/
|
||||
ls -l /home/runner/.ansible/collections/ansible_collections/
|
||||
ls -l /home/runner/.ansible/collections/ansible_collections/kubernetes/
|
||||
ls -l /home/runner/.ansible/collections/ansible_collections/kubernetes/kubevirt/
|
||||
cp -rp ${GITHUB_WORKSPACE}/ansible_collections /home/runner/.ansible/collections/
|
||||
|
||||
- name: Create changelog and documentation
|
||||
uses: ansible-middleware/collection-docs-action@main
|
||||
|
||||
Reference in New Issue
Block a user