We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9e63a commit bd1cd91Copy full SHA for bd1cd91
1 file changed
.github/workflows/deploy.yml
@@ -297,8 +297,12 @@ jobs:
297
298
echo 'Done.'
299
300
- - name: Print the link to the workflow run
+ - name: Print additional links
301
run: |
302
- echo '# Full Details' >> "$GITHUB_STEP_SUMMARY"
303
- echo "https://github.com/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id" >> "$GITHUB_STEP_SUMMARY"
+ {
+ 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
+
308
0 commit comments