Skip to content

Commit

Permalink
Merge pull request avocado-framework#6049 from webknjaz/patch-2
Browse files Browse the repository at this point in the history
Surface the release RTD link to GHA workflow summary page
  • Loading branch information
richtja authored Nov 8, 2024
2 parents c094fde + e4cc783 commit cf92d94
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 cf92d94

Please sign in to comment.