.travis.yml: Try to run hugo from blog root
Now hugo builds fine, but I'm not sure where the blog directory is.
This commit is contained in:
parent
d5bbfd9214
commit
27dfd0fbc8
@ -7,7 +7,9 @@ install:
|
|||||||
- cd $HOME/src/hugo
|
- cd $HOME/src/hugo
|
||||||
- go install
|
- go install
|
||||||
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||||
script: hugo
|
script:
|
||||||
|
- cd hugo-theme-bootstrap4-blog
|
||||||
|
- hugo
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user