From b67f7fd641327d1458f8e01daca61fe4b95c05e1 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Thu, 9 Nov 2023 14:53:21 +0000 Subject: [PATCH] switched to using npx --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c7432b..e609fdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: node:latest pages: stage: deploy script: - - npm install -g redocly/cli - - redocly build-docs swagger/openapi.yaml --output=public/index.html + - npx @redocly/cli build-docs swagger/openapi.yaml --output=public/index.html + #- redocly build-docs swagger/openapi.yaml --output=public/index.html artifacts: paths: - public