From 6499f3c3cbde0c0352e083742e4af975c72097c2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 11 Nov 2017 15:44:54 +0000 Subject: [PATCH] Add run seperately --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4de71d4..fe1a2ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,9 @@ jobs: - run: name: Install Hugo command: wget https://github.com/gohugoio/hugo/releases/download/v0.29/hugo_0.29_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + - run: + name: Install dependencies + command: npm install - run: name: Build site command: make build