Add run seperately
This commit is contained in:
parent
c223a1f404
commit
6499f3c3cb
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Hugo
|
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
|
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:
|
- run:
|
||||||
name: Build site
|
name: Build site
|
||||||
command: make build
|
command: make build
|
||||||
|
|
Loading…
Reference in a new issue