Skip to content

Commit bd1cd91

Browse files
committed
Print deployed URL to the summary.
1 parent 1e9e63a commit bd1cd91

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,12 @@ jobs:
297297
298298
echo 'Done.'
299299
300-
- name: Print the link to the workflow run
300+
- name: Print additional links
301301
run: |
302-
echo '# Full Details' >> "$GITHUB_STEP_SUMMARY"
303-
echo "https://github.com/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id" >> "$GITHUB_STEP_SUMMARY"
302+
{
303+
echo '# Full Details'
304+
echo "- Workflow Run: https://github.com/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id"
305+
echo "- Deployed URL: https://docs.originlab.com/${{ matrix.site }}"
306+
} >> "$GITHUB_STEP_SUMMARY"
307+
304308
echo 'Done.'

0 commit comments

Comments
 (0)