Setup circleci
This commit is contained in:
parent
0a1eec3d47
commit
66b471aaab
1 changed files with 7 additions and 0 deletions
7
circle.yml
Normal file
7
circle.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- sudo apt-get update; sudo apt-get install hugo
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- hugo -vDEF
|
Loading…
Reference in a new issue