1
Fork 0

Add run seperately

This commit is contained in:
Jake Howard 2017-11-11 15:44:54 +00:00
parent c223a1f404
commit 6499f3c3cb
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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