From 7666e21bd1317c0c519dd3f7c64a673d3e9af5fb Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Tue, 15 Feb 2022 15:28:21 +0100 Subject: [PATCH] Skip build in docs deploy --- docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index 41aa5c984..097575a3c 100755 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -4,7 +4,7 @@ set -e # build -npm run docs:build +# npm run docs:build # navigate into the build output directory cd docs/.vuepress/dist