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 67b00c7 commit 5f985cdCopy full SHA for 5f985cd
1 file changed
.github/workflows/deploy.yml
@@ -88,6 +88,9 @@ jobs:
88
- name: Set $deploy_run_id
89
run: echo "deploy_run_id=$(cat run_id.txt)" >> "$GITHUB_ENV"
90
91
+ - name: Print the link to the run in summary
92
+ run: echo "[Link to the run](https://github.com/originlab/${{ matrix.site }}/actions/runs/$deploy_run_id)" >> "$GITHUB_STEP_SUMMARY"
93
+
94
- name: Delete run_id-${{ matrix.site }}
95
run: |
96
gh api /repos/originlab/originlab.github.io/actions/runs/$GITHUB_RUN_ID/artifacts \
0 commit comments