mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
Create full directory path for testing docs (#62004)
* Create full directory path for testing docs The previous command was useless as the old image already had the /hugo/content/docs/grafana directory. The old image also had the /hugo/content/docs/grafana/latest directory but the new image does not. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Modify a documentation file to to trigger docs PR tests Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Sentence case description Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
This commit is contained in:
@ -940,7 +940,7 @@ def build_docs_website_step():
|
||||
# Use latest revision here, since we want to catch if it breaks
|
||||
"image": "grafana/docs-base:latest",
|
||||
"commands": [
|
||||
"mkdir -p /hugo/content/docs/grafana",
|
||||
"mkdir -p /hugo/content/docs/grafana/latest",
|
||||
"cp -r docs/sources/* /hugo/content/docs/grafana/latest/",
|
||||
"cd /hugo && make prod",
|
||||
],
|
||||
|
Reference in New Issue
Block a user