diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 179de5f..354e837 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -93,4 +93,4 @@ jobs: comment_tag: docs mode: upsert message: | - Documentation has been published to [https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ env.DEST_DIR }}]. \ No newline at end of file + Documentation can be viewed here: [https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ env.DEST_DIR }}]. \ No newline at end of file