ansible / ansible-documentation

Ansible community documentation
https://docs.ansible.com/
GNU General Public License v3.0
80 stars 468 forks source link

use the package version as the branch name #1600

Closed oraNod closed 3 months ago

oraNod commented 3 months ago

This change configures the publishing workflow to use the package version as the branch name in the destination repository. For example the branch name should be "10" for the Ansible 10 package. This ensures that the resulting url for the published docs uses the version and not the branch name.

oraNod commented 3 months ago

This was a minor oversight on my part and should have been in the original PR. I've tested and verified that it works so will go ahead and self-merge.