From 76e0aaa818ae03513cc53592a202db33f3509747 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Mon, 13 Jun 2022 13:55:17 +0100 Subject: [PATCH] s/mimir/oncall/ Signed-off-by: Jack Baldry --- .github/workflows/publish-technical-documentation-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 423bd497..ace2f629 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -21,7 +21,7 @@ jobs: # that no refs to external content can be used as these refs will not resolve in the # docs-base image. run: | - docker run -v ${PWD}/docs/sources:/hugo/content/docs/mimir/latest -e HUGO_REFLINKSERRORLEVEL=ERROR --rm grafana/docs-base:latest /bin/bash -c 'make hugo' + docker run -v ${PWD}/docs/sources:/hugo/content/docs/oncall/latest -e HUGO_REFLINKSERRORLEVEL=ERROR --rm grafana/docs-base:latest /bin/bash -c 'make hugo' sync: runs-on: "ubuntu-latest"