From 32408f33d3a30ce422820d0d7c867d2f6a960284 Mon Sep 17 00:00:00 2001 From: zelleg Date: Sat, 15 Jan 2022 17:26:18 +0100 Subject: [PATCH] =?UTF-8?q?add=20final=20version=20of=20config.yml=20?= =?UTF-8?q?=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e39fb9c..ef09a30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: name: Install netlify # --cached : reuse the highest version already used somewhere within the project command: | - yarn add --cached netlify-cli + yarn add netlify-cli - run: # --prod: (boolean) - Deploy to production # --open : (boolean) - Open site after deploy