Build script upgrades

This commit is contained in:
Kishan B 2018-05-12 13:07:08 +05:30
parent 93da61125b
commit f7099e1cf2
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ sudo: false
install:
- mkdir tools && cd tools
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "hugo.tar.gz"
- tar -xzf hugo.tar.gz
- tar -xvzf hugo.tar.gz
script:
- git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/
- tools/hugo -v --source exampleSite
- ./tools/hugo -v --source exampleSite