redhat-cop / automation-good-practices

Recommended practices for all elements of automation using Ansible, starting with collections and roles, continuing with playbooks, inventories and plug-ins... These good practices are planned to be used by all Red Hat teams interested but can of course be used by others.
268 stars 66 forks source link

Remove output folder from source #86

Closed Fale closed 1 year ago

Fale commented 1 year ago

The docs folder contains the HTML version of the document.

This folder should never be checked out (hence it should be in the /gitignore file). Though, we need it to be present while creating the documentation (hence it should be created in the release and in the preview targets in the Makefile). Also, the github release pipeline should create it (in the docs branch), hence the --force to the git add command in the release pipeline.

mophahr commented 1 year ago

Approved in CoP meeting