Skip to content

Commit

Permalink
Surface the release RTD link to GHA workflow summary page
Browse files Browse the repository at this point in the history
This will additionally display the updated text on pages like https://github.com/avocado-framework/avocado/actions/runs/11215982471.

Here's an example of how job summaries are displayed: https://github.com/ansible/awx-plugins/actions/runs/10793404435#summary-29935289633.

Signed-Off-By: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
webknjaz committed Nov 7, 2024
1 parent 3b1f5cb commit e4cc783
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ jobs:
- name: Build documentation readthedocs
run: |
make -f Makefile.gh build-update-readthedocs
- run: echo "In a few minutes the release documentation will be available in https://${{ github.event.inputs.rtd_project }}.readthedocs.io/en/${{ github.event.inputs.version }}/"
- run: >-
echo In a few minutes the release documentation will be available at
https://${{ github.event.inputs.rtd_project }}.readthedocs.io/en/${{ github.event.inputs.version }}/
| tee -a "${GITHUB_STEP_SUMMARY}"
publish-to-pypi:
name: Publish Avocado to PyPI
Expand Down

0 comments on commit e4cc783

Please sign in to comment.