From 69fcb58408200c49847ea9a6927cb574e3b2417f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:39:26 +0100 Subject: [PATCH] Update `make docs` procedure (#3033) Co-authored-by: grafanabot Co-authored-by: Jack Baldry --- docs/make-docs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/make-docs b/docs/make-docs index 6075948016..97dcbf5b04 100755 --- a/docs/make-docs +++ b/docs/make-docs @@ -6,6 +6,12 @@ # [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes. # Changes are relevant to this script and the support docs.mk GNU Make interface. +# ## 4.2.1 (2023-09-13) + +# ## Fixed + +# - Improved consistency of the webserver request loop by polling the Hugo port rather than the proxy port. + # ## 4.2.0 (2023-09-01) # ### Added @@ -469,7 +475,7 @@ POSIX_HERESTRING fi done echo - echo 'Press Ctrl+C to stop the server' + echo 'Press Ctrl+c to stop the server' unset i max req url return @@ -478,6 +484,8 @@ POSIX_HERESTRING echo errr 'The build was interrupted or a build error occurred, check the previous logs for possible causes.' + note 'You might need to use Ctrl+c to end the process.' + unset i max req url } @@ -626,7 +634,7 @@ ${PODMAN} run \ ${DOCS_IMAGE} \ /entrypoint EOF - await_build http://localhost:3002 & + await_build http://localhost:3003 & if [ -n "${DEBUG}" ]; then ${cmd}