Skip to content

Commit 9e323f1

Browse files
gmarullstephanosio
authored andcommitted
ci: doc-build: embed doc preview link to GH summary
Github summary is rendered using GH markdown engine, so hopefully documentation preview link will be clickable. This change should improve user experience, as one had to manually select and copy+paste the URL. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent fd5189e commit 9e323f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
DOC_URL="https://builds.zephyrproject.io/${REPO_NAME}/pr/${PR_NUM}/docs/"
105105
106106
echo "${PR_NUM}" > pr_num
107-
echo "::notice:: Documentation will be available shortly at: ${DOC_URL}"
107+
echo "Documentation will be available shortly at: ${DOC_URL}" >> $GITHUB_STEP_SUMMARY
108108
109109
- name: upload-pr-number
110110
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)