hugo-website/themes/hugo-creative-portfolio-theme/.travis.yml
2021-01-11 20:54:19 +01:00

10 lines
No EOL
397 B
YAML

sudo: false
install:
- mkdir tools
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_0.55.6_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- tar -xzf tools/hugo.tar.gz -C tools
script:
- git clone --depth 1 https://github.com/kishaningithub/hugo-creative-portfolio-theme.git exampleSite/themes/hugo-creative-portfolio-theme
- ./tools/hugo -v --source exampleSite