ansible-community / community-team

For issues to be done by the Community Team that don't fall into a particular repository
0 stars 2 forks source link

Task: Modify build workflow to push generated artifacts to a "deployment repository" #523

Closed oraNod closed 3 months ago

oraNod commented 5 months ago

The current workflow generates HTML and other assets then creates a tarball that is uploaded as a build artifact. It is possible to fetch this artifact via the GitHub API and unpack the tarball. However with this approach the ReadTheDocs builder does not get triggered to run automatically. By modifying the workflow to push the generated assets it becomes possible to deploy without the need for manual intervention.

oraNod commented 5 months ago

Resolved by https://github.com/ansible/ansible-documentation/pull/1353