From 39c5db0bcfb6f0276c498b38f7ced3c564041f47 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Mon, 26 Dec 2022 15:10:53 +0000 Subject: [PATCH] changed to non-deprecated build command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d76f98c..31e4388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ pages: stage: deploy script: - npm install -g redoc-cli - - redoc-cli bundle public/index.html swagger/openapi.yaml + - redoc-cli build public/index.html swagger/openapi.yaml artifacts: paths: - public