diff --git a/dev/tasks/docs/github.linux.yml b/dev/tasks/docs/github.linux.yml index 6dd8efaa8d117..853729dd9a5ae 100644 --- a/dev/tasks/docs/github.linux.yml +++ b/dev/tasks/docs/github.linux.yml @@ -63,4 +63,4 @@ jobs: git add docs/$URL_PATH git commit -m "Add docs preview for PR {{ pr_number }}" git push - echo ":open_book: You can find the preview here $URL" >> $GITHUB_STEP_SUMMARY + echo ":open_book: You can find the preview here: $URL" >> $GITHUB_STEP_SUMMARY