Drone: Fix docs building (#28986)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-10 15:44:21 +01:00
committed by GitHub
parent 91eac6e7af
commit 9582e0afd9
3 changed files with 2 additions and 14 deletions

View File

@@ -637,7 +637,7 @@ def build_docs_website_step():
],
'commands': [
'mkdir -p /hugo/content/docs/grafana',
'cp -r docs/sources /hugo/content/docs/grafana/latest',
'cp -r docs/sources/* /hugo/content/docs/grafana/latest/',
'cd /hugo && make prod',
],
}