[v10.1.x] Update make docs procedure (#73547)

Update `make docs` procedure (#73540)

Co-authored-by: grafanabot <bot@grafana.com>
(cherry picked from commit 88d3f27b6b)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-08-21 09:17:44 +01:00
committed by GitHub
co-authored by github-actions[bot]
parent 201b9fc95f
commit 4ff6449d7c
2 changed files with 124 additions and 58 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ docs-rm: ## Remove the docs container.
.PHONY: docs-pull
docs-pull: ## Pull documentation base image.
$(PODMAN) pull $(DOCS_IMAGE)
$(PODMAN) pull -q $(DOCS_IMAGE)
make-docs: ## Fetch the latest make-docs script.
make-docs: