Build changes

This commit is contained in:
Kishan B 2018-05-12 12:56:17 +05:30
parent aece79939e
commit 1c456f84e2
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public/
hugo-shopping-product-catalogue-simple

View File

@ -1,7 +1,8 @@
sudo: false
install:
- 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 -C /usr/local/bin
- mkdir tools
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- tar -xzf tools/hugo.tar.gz
script:
- cd exampleSite
- cp -r .. themes/

View File

@ -1 +0,0 @@
/Users/kishanb/Programming/Personal/hugo-shopping-product-catalogue-simple