Workflow automation with GitHub

Ansible docsite automation

As part of the CI/CD cycle on the GitHub code repo for your Ansible collection, you may also automate the generation of the docsite associated with that collection. To do that, you can create a new workflow under the actions tab of you repo page. Now add the below code to the YAML file. The…

Read More